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

@@ -48,6 +48,10 @@ func TestDlacn2(t *testing.T) {
testlapack.Dlacn2Test(t, impl)
}
func TestDlascl(t *testing.T) {
testlapack.DlasclTest(t, impl)
}
func TestDlacpy(t *testing.T) {
testlapack.DlacpyTest(t, impl)
}