Uses of Interface
no.uib.cipr.matrix.sparse.IterativeSolver

Packages that use IterativeSolver
no.uib.cipr.matrix.sparse Unstructured sparse matrices and vectors with iterative solvers and preconditioners. 
 

Uses of IterativeSolver in no.uib.cipr.matrix.sparse
 

Classes in no.uib.cipr.matrix.sparse that implement IterativeSolver
 class AbstractIterativeSolver
          Partial implementation of an iterative solver
 class BiCG
          BiCG solver.
 class BiCGstab
          BiCG stablized solver.
 class CG
          Conjugate Gradients solver.
 class CGS
          Conjugate Gradients squared solver.
 class Chebyshev
          Chebyshev solver.
 class GMRES
          GMRES solver.
 class IR
          Iterative Refinement.
 class QMR
          Quasi-Minimal Residual method.