mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +08:00
cgo: add Dgehrd
This commit is contained in:
@@ -68,6 +68,10 @@ func TestDgecon(t *testing.T) {
|
||||
testlapack.DgeconTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgehrd(t *testing.T) {
|
||||
testlapack.DgehrdTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgelq2(t *testing.T) {
|
||||
testlapack.Dgelq2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user