AddEntry(RowIndex row, ColIndex col) | operations_research::glop::MatrixNonZeroPattern | |
Clear() | operations_research::glop::MatrixNonZeroPattern | |
ColDegree(ColIndex col) const | operations_research::glop::MatrixNonZeroPattern | inline |
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) const | operations_research::glop::MatrixNonZeroPattern | |
InitializeFromMatrixSubset(const CompactSparseMatrixView &basis_matrix, StrictITISpan< RowIndex, const RowIndex > row_perm, StrictITISpan< ColIndex, const ColIndex > col_perm, std::vector< ColIndex > *singleton_columns, std::vector< RowIndex > *singleton_rows) | operations_research::glop::MatrixNonZeroPattern | |
IsColumnDeleted(ColIndex col) const | operations_research::glop::MatrixNonZeroPattern | |
MatrixNonZeroPattern()=default | operations_research::glop::MatrixNonZeroPattern | |
MatrixNonZeroPattern(const MatrixNonZeroPattern &)=delete | operations_research::glop::MatrixNonZeroPattern | |
operator=(const MatrixNonZeroPattern &)=delete | operations_research::glop::MatrixNonZeroPattern | |
RemoveDeletedColumnsFromRow(RowIndex row) | operations_research::glop::MatrixNonZeroPattern | |
Reset(RowIndex num_rows, ColIndex num_cols) | operations_research::glop::MatrixNonZeroPattern | |
RowDegree(RowIndex row) const | operations_research::glop::MatrixNonZeroPattern | inline |
RowNonZero(RowIndex row) const | operations_research::glop::MatrixNonZeroPattern | inline |
Update(RowIndex pivot_row, ColIndex pivot_col, const SparseColumn &column) | operations_research::glop::MatrixNonZeroPattern | |