OR-Tools  9.6
SparseMatrix< RowId, ColumnId > Member List

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

Clear()SparseMatrix< RowId, ColumnId >
column(ColumnId column_id) constSparseMatrix< RowId, ColumnId >
ColumnTerms(ColumnId col_id) constSparseMatrix< RowId, ColumnId >
contains(RowId row, ColumnId column) constSparseMatrix< RowId, ColumnId >
DeleteColumn(ColumnId column)SparseMatrix< RowId, ColumnId >
DeleteRow(RowId row)SparseMatrix< RowId, ColumnId >
get(RowId row, ColumnId column) constSparseMatrix< RowId, ColumnId >
impl_detail_matrix_storage_size() constSparseMatrix< RowId, ColumnId >inline
nonzeros() constSparseMatrix< RowId, ColumnId >
Proto() constSparseMatrix< RowId, ColumnId >
row(RowId row_id) constSparseMatrix< RowId, ColumnId >
RowTerms(RowId row_id) constSparseMatrix< RowId, ColumnId >
set(RowId row, ColumnId column, double value)SparseMatrix< RowId, ColumnId >
Terms() constSparseMatrix< RowId, ColumnId >
Update(const absl::flat_hash_set< RowId > &deleted_rows, absl::Span< const RowId > new_rows, const absl::flat_hash_set< ColumnId > &deleted_columns, absl::Span< const ColumnId > new_columns, const absl::flat_hash_set< std::pair< RowId, ColumnId >> &dirty) constSparseMatrix< RowId, ColumnId >