Merge pull request #42 from gonum/adddlansy

Adddlansy
This commit is contained in:
Brendan Tracey
2015-09-08 22:34:14 -06:00
4 changed files with 219 additions and 0 deletions

View File

@@ -52,6 +52,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)
}