Abstract class for performing matrix factorizations. More...
#include <LinearAlgebra.h>
Public Member Functions | |
Factor () | |
template<class ELT > | |
Factor (Matrix_< ELT > m) | |
creates an factorization of a matrix | |
template<class ELT > | |
void | solve (const Vector_< ELT > &b, Vector_< ELT > &x) const |
solves a single right hand side using a factorization | |
template<class ELT > | |
void | solve (const Matrix_< ELT > &b, Matrix_< ELT > &x) const |
solves multiple right hand sides using a factorization |
Abstract class for performing matrix factorizations.
Factor | ( | ) | [inline] |