mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
cgo: add test for Dorghr
This commit is contained in:
@@ -143,6 +143,10 @@ func TestDorgbr(t *testing.T) {
|
||||
testlapack.DorgbrTest(t, blockedTranslate{impl})
|
||||
}
|
||||
|
||||
func TestDorghr(t *testing.T) {
|
||||
testlapack.DorghrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDormqr(t *testing.T) {
|
||||
testlapack.Dorm2rTest(t, blockedTranslate{impl})
|
||||
}
|
||||
|
Reference in New Issue
Block a user