cgo: add test for Dormhr

This commit is contained in:
Vladimir Chalupecky
2016-06-13 14:46:32 +09:00
parent 396677bdc4
commit 41295780d5

View File

@@ -139,6 +139,10 @@ func TestDormbr(t *testing.T) {
}
*/
func TestDormhr(t *testing.T) {
testlapack.DormhrTest(t, impl)
}
func TestDorgbr(t *testing.T) {
testlapack.DorgbrTest(t, blockedTranslate{impl})
}