Solver directory
Namespace Rodin::
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 ForwardDecls.h
- Forward declarations for all solver classes.
- file HouseholderQR.h
- Householder QR decomposition for dense matrices.
- file LDLT.h
- Robust LDLT Cholesky factorization for dense matrices.
- file LeastSquaresCG.h
- Least-squares conjugate gradient solver.
- 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.