Add dlasv2 and tests

This commit is contained in:
btracey
2015-10-14 15:15:54 -06:00
parent 28f483e1da
commit 450cbc5022
3 changed files with 164 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ func TestDlarft(t *testing.T) {
testlapack.DlarftTest(t, impl)
}
func TestDlasv2(t *testing.T) {
testlapack.Dlasv2Test(t, impl)
}
func TestDorml2(t *testing.T) {
testlapack.Dorml2Test(t, impl)
}