testlapack: add test for Dlaswp

This commit is contained in:
Vladimir Chalupecky
2016-11-30 10:58:04 +01:00
parent 1a9358e84b
commit 022b399d09
3 changed files with 138 additions and 0 deletions

View File

@@ -164,6 +164,10 @@ func TestDlasrt(t *testing.T) {
testlapack.DlasrtTest(t, impl)
}
func TestDlaswp(t *testing.T) {
testlapack.DlaswpTest(t, impl)
}
func TestDlasy2(t *testing.T) {
testlapack.Dlasy2Test(t, impl)
}