Adddsterf and tests

This commit is contained in:
btracey
2016-02-02 00:58:33 -07:00
parent a5f07f6773
commit 651825ac64
17 changed files with 2792 additions and 0 deletions

View File

@@ -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)
}