The Matrix Template Library
Table of Contents
  1. Concepts
    1. Iteration Iteration
    2. Preconditioner Preconitioner
  2. Algorithms
    1. cg Conjugate Gradient(CG)
    2. cgs Conjugate Gradient Squared
    3. bicg BiConjugate Gradient
    4. gmres Generalized Minimum Residual
    5. bicgstab BiConjugate Gradient Stabilized
    6. qmr Quasi-Minimal Residual
    7. tfqmr Transpose Free Quasi-Minimal Residual
    8. gcr Generalized Conjugate Residual
    9. cheby Chebyshev Iteration
    10. richardson Preconditioned Richardson
  3. Preconditioners
    1. ILU Incomplete LU without fill-in Preconditioner.
    2. ILUT ILUT: Incomplete LU with threshold and K fill-in Preconditioner.
    3. SSOR SSOR preconditioner.
    4. cholesky Incomplete Cholesky Preconditioner.

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.