This is the complete list of members for SparseSolver, including all inherited members.
clear() | SparseSolver | protected |
clone() const =0 | SparseSolver | pure virtual |
copy(const SparseSolver &rhs) | SparseSolver | protected |
factorize()=0 | SparseSolver | pure virtual |
getNegativeEigenvalues() | SparseSolver | virtual |
getRank() | SparseSolver | virtual |
getX(double *x)=0 | SparseSolver | pure virtual |
getZeroPivots(int_t *&zeroPivots) | SparseSolver | virtual |
operator=(const SparseSolver &rhs) | SparseSolver | virtual |
reset() | SparseSolver | virtual |
setDimension(const int &n)=0 | SparseSolver | pure virtual |
setIndices(const int *rowIdx_, const int *colIdx_)=0 | SparseSolver | pure virtual |
setMatrix(double *A_)=0 | SparseSolver | pure virtual |
setMatrixData(int_t dim, int_t numNonzeros, const int_t *const airn, const int_t *const acjn, const real_t *const avals)=0 | SparseSolver | pure virtual |
setNumberOfEntries(const int &nDense_)=0 | SparseSolver | pure virtual |
setPrintLevel(PrintLevel PrintLevel_)=0 | SparseSolver | pure virtual |
setTolerance(double TOL)=0 | SparseSolver | pure virtual |
solve(double *b)=0 | SparseSolver | pure virtual |
solve(int_t dim, const real_t *const rhs, real_t *const sol)=0 | SparseSolver | pure virtual |
solveTranspose(double *b) | SparseSolver | virtual |
SparseSolver() | SparseSolver | |
SparseSolver() | SparseSolver | |
SparseSolver(const SparseSolver &rhs) | SparseSolver | |
~SparseSolver() | SparseSolver | virtual |
~SparseSolver() | SparseSolver | virtual |