Add dlansy and test

This commit is contained in:
btracey
2015-09-08 10:29:31 -06:00
parent 7ea69c9e3f
commit 46c37910bc
4 changed files with 219 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}
func TestDlansy(t *testing.T) {
testlapack.DlansyTest(t, impl)
}
func TestDlantr(t *testing.T) {
testlapack.DlantrTest(t, impl)
}