mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 22:29:30 +08:00
Add dlae2 and test
This commit is contained in:
@@ -72,6 +72,10 @@ func TestDlacpy(t *testing.T) {
|
||||
testlapack.DlacpyTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlae2(t *testing.T) {
|
||||
testlapack.Dlae2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaev2(t *testing.T) {
|
||||
testlapack.Dlaev2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user