Add dlanst and test

This commit is contained in:
btracey
2016-01-04 15:49:56 -07:00
parent 4b15612a83
commit b17779ebb3
3 changed files with 124 additions and 0 deletions

View File

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