mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 14:19:35 +08:00
Add dlanst and test
This commit is contained in:
@@ -84,6 +84,10 @@ func TestDlas2(t *testing.T) {
|
||||
testlapack.Dlas2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlanst(t *testing.T) {
|
||||
testlapack.DlanstTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlansy(t *testing.T) {
|
||||
testlapack.DlansyTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user