Rodin/Solver/ directory

Namespace Rodin::Solver.

Files

file BiCGSTAB.h
Bi-conjugate gradient stabilized solver for non-symmetric systems.
file CG.h
Conjugate gradient solver for symmetric positive definite systems.
file CHOLMOD.h
CHOLMOD supernodal Cholesky factorization solver wrapper.
file DGMRES.h
DGMRES solver for (generally) non-symmetric linear systems.
file ForwardDecls.h
Forward declarations for all solver classes.
file GMRES.h
GMRES solver for (generally) non-symmetric linear systems.
file HouseholderQR.h
Householder QR decomposition for dense matrices.
file IDRS.h
IDRS(s) solver for (generally) non-symmetric linear systems.
file IDRSTABL.h
IDRstab(l) solver for (generally) non-symmetric linear systems.
file LDLT.h
Robust LDLT Cholesky factorization for dense matrices.
file LeastSquaresCG.h
Least-squares conjugate gradient solver.
file MINRES.h
MINRES solver for symmetric (possibly indefinite) linear systems.
file SimplicialLDLT.h
Simplicial LDLT Cholesky factorization for sparse SPD matrices.
file SimplicialLLT.h
Simplicial LLT Cholesky factorization for sparse SPD matrices.
file SparseLU.h
Sparse LU factorization solver.
file SparseQR.h
Sparse QR factorization with column pivoting.
file SPQR.h
SuiteSparseQR multifrontal sparse QR solver wrapper.
file UMFPack.h
UMFPACK multifrontal sparse LU solver wrapper.