CAPD RedHom Library
data_structures::SparseMatrix< IndexType, ScalarType > Member List

This is the complete list of members for data_structures::SparseMatrix< IndexType, ScalarType >, including all inherited members.

col(const IndexType &c)data_structures::SparseMatrix< IndexType, ScalarType >inline
cols() const data_structures::SparseMatrix< IndexType, ScalarType >inline
Column typedefdata_structures::SparseMatrix< IndexType, ScalarType >
ColumnIterator typedefdata_structures::SparseMatrix< IndexType, ScalarType >
Columns typedefdata_structures::SparseMatrix< IndexType, ScalarType >
ColumnsIterator typedefdata_structures::SparseMatrix< IndexType, ScalarType >
delete_col(const IndexType &c)data_structures::SparseMatrix< IndexType, ScalarType >inline
delete_row(const IndexType &r)data_structures::SparseMatrix< IndexType, ScalarType >inline
get(const IndexType &r, const IndexType &c) const data_structures::SparseMatrix< IndexType, ScalarType >inline
resize(int r, int c)data_structures::SparseMatrix< IndexType, ScalarType >inline
row(const IndexType &r)data_structures::SparseMatrix< IndexType, ScalarType >inline
Row typedefdata_structures::SparseMatrix< IndexType, ScalarType >
RowIterator typedefdata_structures::SparseMatrix< IndexType, ScalarType >
Rows typedefdata_structures::SparseMatrix< IndexType, ScalarType >
rows() const data_structures::SparseMatrix< IndexType, ScalarType >inline
RowsIterator typedefdata_structures::SparseMatrix< IndexType, ScalarType >
set(const IndexType &r, const IndexType &c, const ScalarType &value)data_structures::SparseMatrix< IndexType, ScalarType >inline
set_non_existing(const IndexType &r, const IndexType &c, const ScalarType &value)data_structures::SparseMatrix< IndexType, ScalarType >inline
SparseMatrix()data_structures::SparseMatrix< IndexType, ScalarType >inline
SparseMatrix(const SparseMatrix &other)data_structures::SparseMatrix< IndexType, ScalarType >inline
SparseMatrix(int row_count, int col_count)data_structures::SparseMatrix< IndexType, ScalarType >inline
swap(SparseMatrix &other)data_structures::SparseMatrix< IndexType, ScalarType >inline