lapack/testlapack: decrease testing time for Dbdsqr

This commit is contained in:
Vladimir Chalupecky
2017-08-08 22:46:47 +02:00
committed by Vladimír Chalupecký
parent d43614f6b3
commit 596412933b

View File

@@ -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