mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +08:00
cgo: add Dlarf[bgt]
This commit is contained in:
@@ -52,6 +52,18 @@ func TestDlange(t *testing.T) {
|
||||
testlapack.DlangeTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlarfb(t *testing.T) {
|
||||
testlapack.DlarfbTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlarfg(t *testing.T) {
|
||||
testlapack.DlarfgTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlarft(t *testing.T) {
|
||||
testlapack.DlarftTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlantr(t *testing.T) {
|
||||
testlapack.DlantrTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user