testlapack: add test for Dlascl

Closes #211
This commit is contained in:
Vladimir Chalupecky
2016-11-21 17:34:59 +01:00
parent a912044cb0
commit cd1d0ca036
3 changed files with 114 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ func TestDlas2(t *testing.T) {
testlapack.Dlas2Test(t, impl)
}
func TestDlascl(t *testing.T) {
testlapack.DlasclTest(t, impl)
}
func TestDlaset(t *testing.T) {
testlapack.DlasetTest(t, impl)
}