solver  1.0
SparseMatrix< T > Member List

This is the complete list of members for SparseMatrix< T >, including all inherited members.

addRow(Row &row)SparseMatrix< T >inline
checkColumn(const Row &row) const SparseMatrix< T >inlineprivate
clear()SparseMatrix< T >inline
densityOfMatrix() const SparseMatrix< T >inline
get(const uint32_t &i, const uint32_t &j) const SparseMatrix< T >inline
mDefaultValueSparseMatrix< T >private
mSparseMatrixSparseMatrix< T >private
numberOfColumns() const (defined in SparseMatrix< T >)SparseMatrix< T >inline
numberOfElements() const SparseMatrix< T >inline
numberOfRows() const (defined in SparseMatrix< T >)SparseMatrix< T >inline
operator[](const uint32_t &i)SparseMatrix< T >inline
operator[](const uint32_t &i) const SparseMatrix< T >inline
Row typedefSparseMatrix< T >
SparseMatrix(T defaultValue=T())SparseMatrix< T >inline