Skip to content

Commit 041896c

Browse files
Merge remote-tracking branch 'origin/main' into main
2 parents 19813ca + 25293b0 commit 041896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IterativeSolvers.jl computes the norm after the application of the left precondt
99
hack the system via the following formulation:
1010

1111
```julia
12-
Pl = LinearSolve.DiagonalPreconditioner(1 ./ weights)
12+
Pl = LinearSolve.InvDiagonalPreconditioner(weights)
1313
Pr = LinearSolve.DiagonalPreconditioner(weights)
1414

1515
A = rand(n,n)

0 commit comments

Comments
 (0)