Add dlae2 and test

This commit is contained in:
btracey
2016-01-04 11:52:31 -07:00
parent 4b15612a83
commit 63d82fd754
3 changed files with 104 additions and 0 deletions

View File

@@ -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)
}