Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::SparseMatrix Member List

This is the complete list of members for operations_research::glop::SparseMatrix, including all inherited members.

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() constoperations_research::glop::SparseMatrix
CleanUp()operations_research::glop::SparseMatrix
Clear()operations_research::glop::SparseMatrix
column(ColIndex col) constoperations_research::glop::SparseMatrixinline
ComputeInfinityNorm() constoperations_research::glop::SparseMatrix
ComputeMinAndMaxMagnitudes(Fractional *min_magnitude, Fractional *max_magnitude) constoperations_research::glop::SparseMatrix
ComputeOneNorm() constoperations_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() constoperations_research::glop::SparseMatrix
Equals(const SparseMatrix &a, Fractional tolerance) constoperations_research::glop::SparseMatrix
IsCleanedUp() constoperations_research::glop::SparseMatrix
IsEmpty() constoperations_research::glop::SparseMatrix
LookUpValue(RowIndex row, ColIndex col) constoperations_research::glop::SparseMatrix
mutable_column(ColIndex col)operations_research::glop::SparseMatrixinline
num_cols() constoperations_research::glop::SparseMatrixinline
num_entries() constoperations_research::glop::SparseMatrix
num_rows() constoperations_research::glop::SparseMatrixinline
operator=(const SparseMatrix &)=deleteoperations_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 &)=deleteoperations_research::glop::SparseMatrix
Swap(SparseMatrix *matrix)operations_research::glop::SparseMatrix