mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
native: add test for Dorghr
This commit is contained in:
@@ -196,6 +196,10 @@ func TestDorgbr(t *testing.T) {
|
||||
testlapack.DorgbrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDorghr(t *testing.T) {
|
||||
testlapack.DorghrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDorg2l(t *testing.T) {
|
||||
testlapack.Dorg2lTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user