mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 05:54:41 +08:00
Add Dlartg and test
This commit is contained in:
@@ -88,6 +88,10 @@ func TestDlarft(t *testing.T) {
|
||||
testlapack.DlarftTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlartg(t *testing.T) {
|
||||
testlapack.DlartgTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDorml2(t *testing.T) {
|
||||
testlapack.Dorml2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user