Skip to content

Commit ae5a3b3

Browse files
Add acronyms
cg and gmres are referred to by their acronyms quite often, so it might be good to include them for better searching.
1 parent eb031c0 commit ae5a3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ For more information on future methods have a look at the package [roadmap](http
2626
* IDRS
2727
* LSMR
2828
* LSQR
29-
* Conjugate gradients
29+
* Conjugate gradients (CG)
3030
* Chebyshev iteration
31-
* Generalized minimal residual method (with restarts)
31+
* Generalized minimal residual method (with restarts) (GMRES)
3232

3333
## Eigen Solvers
3434

0 commit comments

Comments
 (0)