Merge pull request #61 from gonum/adddlas2

Adddlas2
This commit is contained in:
Brendan Tracey
2015-10-14 20:06:25 -06:00
3 changed files with 79 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}
func TestDlas2(t *testing.T) {
testlapack.Dlas2Test(t, impl)
}
func TestDlansy(t *testing.T) {
testlapack.DlansyTest(t, impl)
}