This is the complete list of members for storm::storage::SparseMatrixBuilder< ValueType >, including all inherited members.
addDiagonalEntry(index_type row, ValueType const &value) | storm::storage::SparseMatrixBuilder< ValueType > | |
addNextValue(index_type row, index_type column, value_type const &value) | storm::storage::SparseMatrixBuilder< ValueType > | |
build(index_type overriddenRowCount=0, index_type overriddenColumnCount=0, index_type overriddenRowGroupCount=0) | storm::storage::SparseMatrixBuilder< ValueType > | |
getCurrentRowGroupCount() const | storm::storage::SparseMatrixBuilder< ValueType > | |
getLastColumn() const | storm::storage::SparseMatrixBuilder< ValueType > | |
getLastRow() const | storm::storage::SparseMatrixBuilder< ValueType > | |
index_type typedef | storm::storage::SparseMatrixBuilder< ValueType > | |
newRowGroup(index_type startingRow) | storm::storage::SparseMatrixBuilder< ValueType > | |
replaceColumns(std::vector< index_type > const &replacements, index_type offset) | storm::storage::SparseMatrixBuilder< ValueType > | |
SparseMatrixBuilder(index_type rows=0, index_type columns=0, index_type entries=0, bool forceDimensions=true, bool hasCustomRowGrouping=false, index_type rowGroups=0) | storm::storage::SparseMatrixBuilder< ValueType > | |
SparseMatrixBuilder(SparseMatrix< ValueType > &&matrix) | storm::storage::SparseMatrixBuilder< ValueType > | |
value_type typedef | storm::storage::SparseMatrixBuilder< ValueType > | |