Skip to content

Commit

Permalink
Add USYMLQ documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored and dpo committed Nov 16, 2019
1 parent c0fa5ca commit 0b057df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ minres
minres_qlp
diom
dqgmres
usymlq
usymqr
bilq
cgs
Expand Down
2 changes: 1 addition & 1 deletion src/usymlq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export usymlq
"""Solve the linear system Ax = b using the USYMLQ method.
USYMLQ is based on a tridiagonalization process for unsymmetric matrices.
The eror norm ‖x - x*‖ monotonously decreases in USYMLQ.
The error norm ‖x - x*‖ monotonously decreases in USYMLQ.
It's considered as a generalization of SYMMLQ.
It can also be applied to under-determined and over-determined problems.
Expand Down

0 comments on commit 0b057df

Please sign in to comment.