mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +08:00
Adddsterf and tests
This commit is contained in:
@@ -208,6 +208,10 @@ func TestDrscl(t *testing.T) {
|
||||
testlapack.DrsclTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDsterf(t *testing.T) {
|
||||
testlapack.DsterfTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDsytd2(t *testing.T) {
|
||||
testlapack.Dsytd2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user