mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
native,cgo: add test for Dlarfx
This commit is contained in:
@@ -56,6 +56,10 @@ func TestDlantr(t *testing.T) {
|
||||
testlapack.DlantrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlarfx(t *testing.T) {
|
||||
testlapack.DlarfxTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDpotrf(t *testing.T) {
|
||||
testlapack.DpotrfTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user