testlapack: add test for Dlaset

Closes #212
This commit is contained in:
Vladimir Chalupecky
2016-11-21 06:56:45 +01:00
parent 2367434341
commit a912044cb0
3 changed files with 84 additions and 0 deletions

View File

@@ -76,6 +76,10 @@ func TestDlarfx(t *testing.T) {
testlapack.DlarfxTest(t, impl)
}
func TestDlaset(t *testing.T) {
testlapack.DlasetTest(t, impl)
}
func TestDlasrt(t *testing.T) {
testlapack.DlasrtTest(t, impl)
}