native: add test for Dorghr

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

View File

@@ -196,6 +196,10 @@ func TestDorgbr(t *testing.T) {
testlapack.DorgbrTest(t, impl) testlapack.DorgbrTest(t, impl)
} }
func TestDorghr(t *testing.T) {
testlapack.DorghrTest(t, impl)
}
func TestDorg2l(t *testing.T) { func TestDorg2l(t *testing.T) {
testlapack.Dorg2lTest(t, impl) testlapack.Dorg2lTest(t, impl)
} }