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