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:
@@ -152,6 +152,10 @@ func TestDlarft(t *testing.T) {
|
||||
testlapack.DlarftTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlarfx(t *testing.T) {
|
||||
testlapack.DlarfxTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlartg(t *testing.T) {
|
||||
testlapack.DlartgTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user