testlapack: add test for Dtrevc3

This commit is contained in:
Vladimir Chalupecky
2016-09-13 17:50:02 +09:00
parent 800ae9d9c1
commit e4be9746c3
2 changed files with 225 additions and 0 deletions

View File

@@ -324,6 +324,10 @@ func TestDtrcon(t *testing.T) {
testlapack.DtrconTest(t, impl)
}
func TestDtrevc3(t *testing.T) {
testlapack.Dtrevc3Test(t, impl)
}
func TestDtrexc(t *testing.T) {
testlapack.DtrexcTest(t, impl)
}