native:dlasy2

This commit is contained in:
Vladimir Chalupecky
2016-06-10 14:13:28 +09:00
parent 43fa98660e
commit 39ee5d4efa
3 changed files with 112 additions and 4 deletions

View File

@@ -108,6 +108,10 @@ func TestDlas2(t *testing.T) {
testlapack.Dlas2Test(t, impl)
}
func TestDlasy2(t *testing.T) {
testlapack.Dlasy2Test(t, impl)
}
func TestDlanst(t *testing.T) {
testlapack.DlanstTest(t, impl)
}