cgo: add test for Dorghr

This commit is contained in:
Vladimir Chalupecky
2016-06-13 12:08:57 +09:00
parent 36d958d681
commit e947d6c6e3

View File

@@ -143,6 +143,10 @@ func TestDorgbr(t *testing.T) {
testlapack.DorgbrTest(t, blockedTranslate{impl})
}
func TestDorghr(t *testing.T) {
testlapack.DorghrTest(t, impl)
}
func TestDormqr(t *testing.T) {
testlapack.Dorm2rTest(t, blockedTranslate{impl})
}