testlapack: add test for Dhseqr

This commit is contained in:
Vladimir Chalupecky
2016-09-02 17:26:17 +09:00
parent cc184eac50
commit 49a0da1f50
2 changed files with 865 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ func TestDbdsqr(t *testing.T) {
testlapack.DbdsqrTest(t, impl)
}
func TestDhseqr(t *testing.T) {
testlapack.DhseqrTest(t, impl)
}
func TestDgebak(t *testing.T) {
testlapack.DgebakTest(t, impl)
}