mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +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},
|
||||
} {
|
||||
for cas := 0; cas < 100; cas++ {
|
||||
for cas := 0; cas < 10; cas++ {
|
||||
n := test.n
|
||||
ncvt := test.ncvt
|
||||
nru := test.nru
|
||||
|
Reference in New Issue
Block a user