Пример #1
0
func TestDormqr(t *testing.T) {
	testlapack.Dorm2rTest(t, blockedTranslate{impl})
}
Пример #2
0
func TestDorm2r(t *testing.T) {
	testlapack.Dorm2rTest(t, impl)
}