mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
testlapack: add test for Dhseqr
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user