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 c664a98 commit a6cb197Copy full SHA for a6cb197
test/test_cr.jl
@@ -54,7 +54,6 @@
54
@test norm(x) == 0
55
@test stats.status == "x = 0 is a zero-residual solution"
56
57
-
58
# Test with Jacobi (or diagonal) preconditioner
59
A, b, M = square_preconditioned(FC=FC)
60
(x, stats) = cr(A, b, M=M, atol=1e-5, rtol=0.0)
0 commit comments