We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e5a99 commit 10eb744Copy full SHA for 10eb744
benchmarks/LinearSolve/MatrixDepot.jmd
@@ -51,7 +51,7 @@ for z in 1:length(allmatrices_md.content[1].rows)
51
percentage_sparsity[z] = length(nonzeros(A)) / n^2
52
@info "$n × $n"
53
54
- n > 100 && error("Skipping too large matrices")
+ n > 500 && error("Skipping too large matrices")
55
56
b = rand(rng, n)
57
u0 = rand(rng, n)
0 commit comments