mirror of
https://github.com/gonum/gonum.git
synced 2025-10-23 07:09:27 +08:00
native: add test for Dlaqr2
This commit is contained in:
@@ -144,6 +144,10 @@ func TestDlaqr1(t *testing.T) {
|
|||||||
testlapack.Dlaqr1Test(t, impl)
|
testlapack.Dlaqr1Test(t, impl)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestDlaqr2(t *testing.T) {
|
||||||
|
testlapack.Dlaqr2Test(t, impl)
|
||||||
|
}
|
||||||
|
|
||||||
func TestDlaqr5(t *testing.T) {
|
func TestDlaqr5(t *testing.T) {
|
||||||
testlapack.Dlaqr5Test(t, impl)
|
testlapack.Dlaqr5Test(t, impl)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user