mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 22:29:30 +08:00
native: implement dlaqps and test
This commit is contained in:
@@ -196,6 +196,10 @@ func TestDlaqp2(t *testing.T) {
|
||||
testlapack.Dlaqp2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaqps(t *testing.T) {
|
||||
testlapack.DlaqpsTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaqr1(t *testing.T) {
|
||||
testlapack.Dlaqr1Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user