mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
testlapack: add test for Dtrevc3
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user