OR-Tools  8.2
SparseMatrix Member List

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

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