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

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

AddEntry(RowIndex row, ColIndex col)operations_research::glop::MatrixNonZeroPattern
Clear()operations_research::glop::MatrixNonZeroPattern
ColDegree(ColIndex col) constoperations_research::glop::MatrixNonZeroPatterninline
DecreaseColDegree(ColIndex col)operations_research::glop::MatrixNonZeroPattern
DecreaseRowDegree(RowIndex row)operations_research::glop::MatrixNonZeroPattern
DeleteRowAndColumn(RowIndex pivot_row, ColIndex pivot_col)operations_research::glop::MatrixNonZeroPattern
GetFirstNonDeletedColumnFromRow(RowIndex row) constoperations_research::glop::MatrixNonZeroPattern
InitializeFromMatrixSubset(const CompactSparseMatrixView &basis_matrix, const RowPermutation &row_perm, const ColumnPermutation &col_perm, std::vector< ColIndex > *singleton_columns, std::vector< RowIndex > *singleton_rows)operations_research::glop::MatrixNonZeroPattern
IsColumnDeleted(ColIndex col) constoperations_research::glop::MatrixNonZeroPattern
MatrixNonZeroPattern()=defaultoperations_research::glop::MatrixNonZeroPattern
MatrixNonZeroPattern(const MatrixNonZeroPattern &)=deleteoperations_research::glop::MatrixNonZeroPattern
operator=(const MatrixNonZeroPattern &)=deleteoperations_research::glop::MatrixNonZeroPattern
RemoveDeletedColumnsFromRow(RowIndex row)operations_research::glop::MatrixNonZeroPattern
Reset(RowIndex num_rows, ColIndex num_cols)operations_research::glop::MatrixNonZeroPattern
RowDegree(RowIndex row) constoperations_research::glop::MatrixNonZeroPatterninline
RowNonZero(RowIndex row) constoperations_research::glop::MatrixNonZeroPatterninline
Update(RowIndex pivot_row, ColIndex pivot_col, const SparseColumn &column)operations_research::glop::MatrixNonZeroPattern