- Concepts
- Iteration
Iteration
- Preconditioner
Preconitioner
- Algorithms
- cg Conjugate Gradient(CG)
- cgs Conjugate Gradient Squared
- bicg BiConjugate Gradient
- gmres Generalized Minimum Residual
- bicgstab BiConjugate Gradient Stabilized
- qmr Quasi-Minimal Residual
- tfqmr Transpose Free Quasi-Minimal Residual
- gcr Generalized Conjugate Residual
- cheby Chebyshev Iteration
- richardson Preconditioned Richardson
- Preconditioners
- ILU
Incomplete LU without fill-in Preconditioner.
- ILUT
ILUT: Incomplete LU with threshold and K fill-in Preconditioner.
- SSOR
SSOR preconditioner.
- cholesky
Incomplete Cholesky Preconditioner.
|