Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::SparseMatrix< RowId, ColumnId > Member List

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

Clear()operations_research::math_opt::SparseMatrix< RowId, ColumnId >
column(ColumnId column_id) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
ColumnTerms(ColumnId col_id) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
contains(RowId row, ColumnId column) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
DeleteColumn(ColumnId column)operations_research::math_opt::SparseMatrix< RowId, ColumnId >
DeleteRow(RowId row)operations_research::math_opt::SparseMatrix< RowId, ColumnId >
get(RowId row, ColumnId column) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
impl_detail_matrix_storage_size() constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >inline
nonzeros() constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
Proto() constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
row(RowId row_id) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
RowTerms(RowId row_id) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >
set(RowId row, ColumnId column, double value)operations_research::math_opt::SparseMatrix< RowId, ColumnId >
Terms() constoperations_research::math_opt::SparseMatrix< 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) constoperations_research::math_opt::SparseMatrix< RowId, ColumnId >