Cantera
3.1.0a1
|
This is the complete list of members for GeneralMatrix, including all inherited members.
checkColumns(double &valueSmall) const =0 | GeneralMatrix | pure virtual |
checkRows(double &valueSmall) const =0 | GeneralMatrix | pure virtual |
clearFactorFlag() | GeneralMatrix | inlinevirtual |
colPts()=0 | GeneralMatrix | pure virtual |
factor()=0 | GeneralMatrix | pure virtual |
factorAlgorithm() const =0 | GeneralMatrix | pure virtual |
factored() const | GeneralMatrix | inlinevirtual |
factorQR() | GeneralMatrix | inlinevirtual |
GeneralMatrix()=default | GeneralMatrix | |
leftMult(const double *const b, double *const prod) const =0 | GeneralMatrix | pure virtual |
m_factored | GeneralMatrix | protected |
mult(const double *b, double *prod) const =0 | GeneralMatrix | pure virtual |
nRows() const =0 | GeneralMatrix | pure virtual |
oneNorm() const =0 | GeneralMatrix | pure virtual |
operator()(size_t i, size_t j)=0 | GeneralMatrix | pure virtual |
operator()(size_t i, size_t j) const =0 | GeneralMatrix | pure virtual |
ptrColumn(size_t j)=0 | GeneralMatrix | pure virtual |
rcond(double a1norm)=0 | GeneralMatrix | pure virtual |
rcondQR() | GeneralMatrix | inlinevirtual |
solve(double *b, size_t nrhs=1, size_t ldb=0)=0 | GeneralMatrix | pure virtual |
useFactorAlgorithm(int fAlgorithm) | GeneralMatrix | inlinevirtual |
zero()=0 | GeneralMatrix | pure virtual |
~GeneralMatrix()=default (defined in GeneralMatrix) | GeneralMatrix | virtual |