Skip to content

Commit

Permalink
Update docs/src/preconditioners.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 15, 2022
1 parent db3520f commit 6208825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/preconditioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ using LDLFactorizations, Krylov
M = ldl(E)
N = ldl(F)

# [E A] [x] = [b]
# [Aᴴ F] [y] [c]
# [E A] [x] = [b]
# [Aᴴ -F] [y] [c]
x, y, stats = tricg(A, b, c, M=M, N=N, ldiv=true)
```

Expand Down

0 comments on commit 6208825

Please sign in to comment.