mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
native: add test for Dtrexc
This commit is contained in:
@@ -304,6 +304,10 @@ func TestDtrcon(t *testing.T) {
|
||||
testlapack.DtrconTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDtrexc(t *testing.T) {
|
||||
testlapack.DtrexcTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDtrti2(t *testing.T) {
|
||||
testlapack.Dtrti2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user