| AppendEmptyColumn() | operations_research::glop::SparseMatrix | |
| AppendRowsFromSparseMatrix(const SparseMatrix &matrix) | operations_research::glop::SparseMatrix | |
| AppendUnitVector(RowIndex row, Fractional value) | operations_research::glop::SparseMatrix | |
| ApplyRowPermutation(const RowPermutation &row_perm) | operations_research::glop::SparseMatrix | |
| CheckNoDuplicates() const | operations_research::glop::SparseMatrix | |
| CleanUp() | operations_research::glop::SparseMatrix | |
| Clear() | operations_research::glop::SparseMatrix | |
| column(ColIndex col) const | operations_research::glop::SparseMatrix | inline |
| ComputeInfinityNorm() const | operations_research::glop::SparseMatrix | |
| ComputeMinAndMaxMagnitudes(Fractional *min_magnitude, Fractional *max_magnitude) const | operations_research::glop::SparseMatrix | |
| ComputeOneNorm() const | operations_research::glop::SparseMatrix | |
| DeleteColumns(const DenseBooleanRow &columns_to_delete) | operations_research::glop::SparseMatrix | |
| DeleteRows(RowIndex num_rows, const RowPermutation &permutation) | operations_research::glop::SparseMatrix | |
| Dump() const | operations_research::glop::SparseMatrix | |
| Equals(const SparseMatrix &a, Fractional tolerance) const | operations_research::glop::SparseMatrix | |
| IsCleanedUp() const | operations_research::glop::SparseMatrix | |
| IsEmpty() const | operations_research::glop::SparseMatrix | |
| LookUpValue(RowIndex row, ColIndex col) const | operations_research::glop::SparseMatrix | |
| mutable_column(ColIndex col) | operations_research::glop::SparseMatrix | inline |
| num_cols() const | operations_research::glop::SparseMatrix | inline |
| num_entries() const | operations_research::glop::SparseMatrix | |
| num_rows() const | operations_research::glop::SparseMatrix | inline |
| operator=(const SparseMatrix &)=delete | operations_research::glop::SparseMatrix | |
| PopulateFromIdentity(ColIndex num_cols) | operations_research::glop::SparseMatrix | |
| PopulateFromLinearCombination(Fractional alpha, const SparseMatrix &a, Fractional beta, const SparseMatrix &b) | operations_research::glop::SparseMatrix | |
| PopulateFromPermutedMatrix(const Matrix &a, const RowPermutation &row_perm, const ColumnPermutation &inverse_col_perm) | operations_research::glop::SparseMatrix | |
| PopulateFromProduct(const SparseMatrix &a, const SparseMatrix &b) | operations_research::glop::SparseMatrix | |
| PopulateFromSparseMatrix(const SparseMatrix &matrix) | operations_research::glop::SparseMatrix | |
| PopulateFromTranspose(const Matrix &input) | operations_research::glop::SparseMatrix | |
| PopulateFromZero(RowIndex num_rows, ColIndex num_cols) | operations_research::glop::SparseMatrix | |
| SetNumRows(RowIndex num_rows) | operations_research::glop::SparseMatrix | |
| SparseMatrix() | operations_research::glop::SparseMatrix | |
| SparseMatrix(std::initializer_list< std::initializer_list< Fractional > > init_list) | operations_research::glop::SparseMatrix | |
| SparseMatrix(const SparseMatrix &)=delete | operations_research::glop::SparseMatrix | |
| Swap(SparseMatrix *matrix) | operations_research::glop::SparseMatrix | |