testlapack: add test for Dlaln2

This commit is contained in:
Vladimir Chalupecky
2016-07-27 15:11:49 +09:00
parent d4678696fc
commit d0746dfd8f
2 changed files with 143 additions and 0 deletions

View File

@@ -108,6 +108,10 @@ func TestDlahr2(t *testing.T) {
testlapack.Dlahr2Test(t, impl)
}
func TestDlaln2(t *testing.T) {
testlapack.Dlaln2Test(t, impl)
}
func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}