mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +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)
|
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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user