native: add test for Dlanv2

This commit is contained in:
Vladimir Chalupecky
2016-04-25 17:41:47 +09:00
parent cccf43badc
commit 2322b64d03
2 changed files with 73 additions and 0 deletions

View File

@@ -108,6 +108,10 @@ func TestDlantr(t *testing.T) {
testlapack.DlantrTest(t, impl)
}
func TestDlanv2(t *testing.T) {
testlapack.Dlanv2Test(t, impl)
}
func TestDlarfb(t *testing.T) {
testlapack.DlarfbTest(t, impl)
}