Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm::storage::SparseMatrixBuilder< ValueType > Member List

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() conststorm::storage::SparseMatrixBuilder< ValueType >
getLastColumn() conststorm::storage::SparseMatrixBuilder< ValueType >
getLastRow() conststorm::storage::SparseMatrixBuilder< ValueType >
index_type typedefstorm::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 typedefstorm::storage::SparseMatrixBuilder< ValueType >