mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
Merge from master
This commit is contained in:
@@ -64,6 +64,10 @@ func TestDlange(t *testing.T) {
|
||||
testlapack.DlangeTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlas2(t *testing.T) {
|
||||
testlapack.Dlas2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlansy(t *testing.T) {
|
||||
testlapack.DlansyTest(t, impl)
|
||||
}
|
||||
@@ -88,6 +92,14 @@ func TestDlarft(t *testing.T) {
|
||||
testlapack.DlarftTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlartg(t *testing.T) {
|
||||
testlapack.DlartgTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlasr(t *testing.T) {
|
||||
testlapack.DlasrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlasv2(t *testing.T) {
|
||||
testlapack.Dlasv2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user