This is the complete list of members for
MeshLib::CSparseMatrix, including all inherited members.
AddElement(int nRow, int nCol, double dVal) | MeshLib::CSparseMatrix | |
AddElementTail(int nRow, int nCol, double dVal) | MeshLib::CSparseMatrix | |
CalcHashCode(int nRow, int nCol) | MeshLib::CSparseMatrix | [protected] |
CGSolver(double b[], double x[], double eps, int &itrs) | MeshLib::CSparseMatrix | |
CGSolverStable(double b[], double x[], double eps, int &itrs) | MeshLib::CSparseMatrix | |
CSparseMatrix(int nRows, int nCols, int nnz=0) | MeshLib::CSparseMatrix | |
GetCols() | MeshLib::CSparseMatrix | [inline] |
GetRows() | MeshLib::CSparseMatrix | [inline] |
m_bAccessed | MeshLib::CSparseMatrix | [protected] |
m_nCols | MeshLib::CSparseMatrix | [protected] |
m_nHashCode | MeshLib::CSparseMatrix | [protected] |
m_nRows | MeshLib::CSparseMatrix | [protected] |
m_pEntries | MeshLib::CSparseMatrix | [protected] |
Multiply(double iVector[], double oVector[]) | MeshLib::CSparseMatrix | |
SolverUMF(double b[], double x[]) | MeshLib::CSparseMatrix | |
TransMul(double iVector[], double oVector[]) | MeshLib::CSparseMatrix | |
~CSparseMatrix() | MeshLib::CSparseMatrix | [virtual] |