mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
testlapack: add test for Dgehrd
This commit is contained in:
@@ -32,6 +32,10 @@ func TestDgehd2(t *testing.T) {
|
||||
testlapack.Dgehd2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDgehrd(t *testing.T) {
|
||||
testlapack.DgehrdTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgelqf(t *testing.T) {
|
||||
testlapack.DgelqfTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user