Add Dsteqr and test

This commit is contained in:
btracey
2016-02-24 23:02:32 -07:00
parent 0abd9b5730
commit c21ccf39fe
6 changed files with 579 additions and 0 deletions

View File

@@ -228,6 +228,10 @@ func TestDrscl(t *testing.T) {
testlapack.DrsclTest(t, impl)
}
func TestDsteqr(t *testing.T) {
testlapack.DsteqrTest(t, impl)
}
func TestDsterf(t *testing.T) {
testlapack.DsterfTest(t, impl)
}