SparseMatrix< T > Member List
This is the complete list of members for
SparseMatrix< T >, including all inherited members.
addRow(unsigned int rowNum, const vector< T > &row) | SparseMatrix< T > | [inline] |
addRow(unsigned int rowNum, const vector< T > &entry, const vector< unsigned int > &colIndexArg) | SparseMatrix< T > | [inline] |
clear() | SparseMatrix< T > | [inline] |
colIndex_ | SparseMatrix< T > | [protected] |
get(unsigned int row, unsigned int column) const | SparseMatrix< T > | [inline] |
getColumn(unsigned int col, vector< T > &entry, vector< unsigned int > &rowIndex) const | SparseMatrix< T > | [inline] |
getRow(unsigned int row, const T **entry, const unsigned int **colIndex) const | SparseMatrix< T > | [inline] |
getRow(unsigned int row, vector< T > &e, vector< unsigned int > &c) const | SparseMatrix< T > | [inline] |
N_ | SparseMatrix< T > | [protected] |
nColumns() const | SparseMatrix< T > | [inline] |
ncolumns_ | SparseMatrix< T > | [protected] |
nEntries() const | SparseMatrix< T > | [inline] |
nRows() const | SparseMatrix< T > | [inline] |
nrows_ | SparseMatrix< T > | [protected] |
pairFill(const vector< unsigned int > &row, const vector< unsigned int > &col, T value) | SparseMatrix< T > | [inline] |
print() const | SparseMatrix< T > | [inline] |
printInternal() const | SparseMatrix< T > | [inline] |
printTriplet(const vector< Triplet< T > > &t) | SparseMatrix< T > | [inline] |
reorderColumns(const vector< unsigned int > &colMap) | SparseMatrix< T > | [inline] |
rowOperation(unsigned int row, unary_function< T, void > &f) | SparseMatrix< T > | [inline] |
rowStart_ | SparseMatrix< T > | [protected] |
set(unsigned int row, unsigned int column, T value) | SparseMatrix< T > | [inline] |
setSize(unsigned int nrows, unsigned int ncolumns) | SparseMatrix< T > | [inline] |
SparseMatrix() | SparseMatrix< T > | [inline] |
SparseMatrix(unsigned int nrows, unsigned int ncolumns) | SparseMatrix< T > | [inline] |
transpose() | SparseMatrix< T > | [inline] |
tripletFill(const vector< unsigned int > &row, const vector< unsigned int > &col, const vector< T > &z) | SparseMatrix< T > | [inline] |
unset(unsigned int row, unsigned int column) | SparseMatrix< T > | [inline] |