mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00
lapack/testlapack: decrease testing time for Dbdsqr
This commit is contained in:

committed by
Vladimír Chalupecký

parent
d43614f6b3
commit
596412933b
@@ -39,7 +39,7 @@ func DbdsqrTest(t *testing.T, impl Dbdsqrer) {
|
|||||||
|
|
||||||
{130, 130, 130, 500, 900, 900, 500},
|
{130, 130, 130, 500, 900, 900, 500},
|
||||||
} {
|
} {
|
||||||
for cas := 0; cas < 100; cas++ {
|
for cas := 0; cas < 10; cas++ {
|
||||||
n := test.n
|
n := test.n
|
||||||
ncvt := test.ncvt
|
ncvt := test.ncvt
|
||||||
nru := test.nru
|
nru := test.nru
|
||||||
|
Reference in New Issue
Block a user