![]() |
OR-Tools
8.2
|
This is the complete list of members for MatrixNonZeroPattern, including all inherited members.
AddEntry(RowIndex row, ColIndex col) | MatrixNonZeroPattern | |
Clear() | MatrixNonZeroPattern | |
ColDegree(ColIndex col) const | MatrixNonZeroPattern | inline |
DecreaseColDegree(ColIndex col) | MatrixNonZeroPattern | |
DecreaseRowDegree(RowIndex row) | MatrixNonZeroPattern | |
DeleteRowAndColumn(RowIndex pivot_row, ColIndex pivot_col) | MatrixNonZeroPattern | |
GetFirstNonDeletedColumnFromRow(RowIndex row) const | MatrixNonZeroPattern | |
InitializeFromMatrixSubset(const CompactSparseMatrixView &basis_matrix, const RowPermutation &row_perm, const ColumnPermutation &col_perm, std::vector< ColIndex > *singleton_columns, std::vector< RowIndex > *singleton_rows) | MatrixNonZeroPattern | |
IsColumnDeleted(ColIndex col) const | MatrixNonZeroPattern | |
MatrixNonZeroPattern() | MatrixNonZeroPattern | inline |
RemoveDeletedColumnsFromRow(RowIndex row) | MatrixNonZeroPattern | |
Reset(RowIndex num_rows, ColIndex num_cols) | MatrixNonZeroPattern | |
RowDegree(RowIndex row) const | MatrixNonZeroPattern | inline |
RowNonZero(RowIndex row) const | MatrixNonZeroPattern | inline |
Update(RowIndex pivot_row, ColIndex pivot_col, const SparseColumn &column) | MatrixNonZeroPattern |