factor(const Matrix_< ELT > &m) | FactorLU | [inline] |
Factor() | Factor | [inline] |
Factor(Matrix_< ELT > m) | Factor | [inline] |
FactorLU() | FactorLU | |
FactorLU(const FactorLU &c) | FactorLU | |
FactorLU(const Matrix_< ELT > &m) | FactorLU | [inline] |
getL(Matrix_< ELT > &l) const | FactorLU | [inline] |
getSingularIndex() const | FactorLU | |
getU(Matrix_< ELT > &u) const | FactorLU | [inline] |
inverse(Matrix_< ELT > &m) const | FactorLU | [inline] |
isSingular() const | FactorLU | |
operator=(const FactorLU &rhs) | FactorLU | |
rep | FactorLU | [protected] |
solve(const Vector_< ELT > &b, Vector_< ELT > &x) const | FactorLU | [inline] |
solve(const Matrix_< ELT > &b, Matrix_< ELT > &x) const | FactorLU | [inline] |
~FactorLU() | FactorLU |