mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
cgo: add Dgebal
This commit is contained in:
@@ -64,6 +64,10 @@ func TestDpotrf(t *testing.T) {
|
||||
testlapack.DpotrfTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgebal(t *testing.T) {
|
||||
testlapack.DgebalTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgebd2(t *testing.T) {
|
||||
testlapack.Dgebd2Test(t, blockedTranslate{impl})
|
||||
}
|
||||
|
Reference in New Issue
Block a user