factor(const Matrix_< ELT > &m) | FactorQTZ | [inline] |
factor(const Matrix_< ELT > &m, float rcond) | FactorQTZ | [inline] |
factor(const Matrix_< ELT > &m, double rcond) | FactorQTZ | [inline] |
Factor() | Factor | [inline] |
Factor(Matrix_< ELT > m) | Factor | [inline] |
FactorQTZ() | FactorQTZ | |
FactorQTZ(const FactorQTZ &c) | FactorQTZ | |
FactorQTZ(const Matrix_< ELT > &m) | FactorQTZ | [inline] |
FactorQTZ(const Matrix_< ELT > &m, double rcond) | FactorQTZ | [inline] |
FactorQTZ(const Matrix_< ELT > &m, float rcond) | FactorQTZ | [inline] |
getRank() const | FactorQTZ | |
getRCondEstimate() const | FactorQTZ | |
inverse(Matrix_< ELT > &m) const | FactorQTZ | [inline] |
operator=(const FactorQTZ &rhs) | FactorQTZ | |
rep | FactorQTZ | [protected] |
solve(const Vector_< ELT > &b, Vector_< ELT > &x) const | FactorQTZ | [inline] |
solve(const Matrix_< ELT > &b, Matrix_< ELT > &x) const | FactorQTZ | [inline] |
~FactorQTZ() | FactorQTZ |