mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +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)
|
||||
}
|
||||
|
||||
func TestDlaqr2(t *testing.T) {
|
||||
testlapack.Dlaqr2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaqr5(t *testing.T) {
|
||||
testlapack.Dlaqr5Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user