We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19813ca + 25293b0 commit 041896cCopy full SHA for 041896c
docs/src/basics/FAQ.md
@@ -9,7 +9,7 @@ IterativeSolvers.jl computes the norm after the application of the left precondt
9
hack the system via the following formulation:
10
11
```julia
12
-Pl = LinearSolve.DiagonalPreconditioner(1 ./ weights)
+Pl = LinearSolve.InvDiagonalPreconditioner(weights)
13
Pr = LinearSolve.DiagonalPreconditioner(weights)
14
15
A = rand(n,n)
0 commit comments