addToColumn(unsigned sourceColumn, unsigned targetColumn, const MPInt &scale) | mlir::presburger::Matrix | |
addToColumn(unsigned sourceColumn, unsigned targetColumn, int64_t scale) | mlir::presburger::Matrix | inline |
addToRow(unsigned sourceRow, unsigned targetRow, const MPInt &scale) | mlir::presburger::Matrix | |
addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) | mlir::presburger::Matrix | inline |
addToRow(unsigned row, ArrayRef< MPInt > rowVec, const MPInt &scale) | mlir::presburger::Matrix | |
appendExtraRow() | mlir::presburger::Matrix | |
appendExtraRow(ArrayRef< MPInt > elems) | mlir::presburger::Matrix | |
at(unsigned row, unsigned column) | mlir::presburger::Matrix | inline |
at(unsigned row, unsigned column) const | mlir::presburger::Matrix | inline |
computeHermiteNormalForm() const | mlir::presburger::Matrix | |
copyRow(unsigned sourceRow, unsigned targetRow) | mlir::presburger::Matrix | |
dump() const | mlir::presburger::Matrix | |
fillRow(unsigned row, const MPInt &value) | mlir::presburger::Matrix | |
fillRow(unsigned row, int64_t value) | mlir::presburger::Matrix | inline |
getNumColumns() const | mlir::presburger::Matrix | inline |
getNumReservedColumns() const | mlir::presburger::Matrix | inline |
getNumReservedRows() const | mlir::presburger::Matrix | |
getNumRows() const | mlir::presburger::Matrix | inline |
getRow(unsigned row) | mlir::presburger::Matrix | |
getRow(unsigned row) const | mlir::presburger::Matrix | |
hasConsistentState() const | mlir::presburger::Matrix | |
identity(unsigned dimension) | mlir::presburger::Matrix | static |
insertColumn(unsigned pos) | mlir::presburger::Matrix | |
insertColumns(unsigned pos, unsigned count) | mlir::presburger::Matrix | |
insertRow(unsigned pos) | mlir::presburger::Matrix | |
insertRows(unsigned pos, unsigned count) | mlir::presburger::Matrix | |
Matrix()=delete | mlir::presburger::Matrix | |
Matrix(unsigned rows, unsigned columns, unsigned reservedRows=0, unsigned reservedColumns=0) | mlir::presburger::Matrix | |
negateColumn(unsigned column) | mlir::presburger::Matrix | |
negateRow(unsigned row) | mlir::presburger::Matrix | |
normalizeRow(unsigned row, unsigned nCols) | mlir::presburger::Matrix | |
normalizeRow(unsigned row) | mlir::presburger::Matrix | |
operator()(unsigned row, unsigned column) | mlir::presburger::Matrix | inline |
operator()(unsigned row, unsigned column) const | mlir::presburger::Matrix | inline |
postMultiplyWithColumn(ArrayRef< MPInt > colVec) const | mlir::presburger::Matrix | |
preMultiplyWithRow(ArrayRef< MPInt > rowVec) const | mlir::presburger::Matrix | |
print(raw_ostream &os) const | mlir::presburger::Matrix | |
removeColumn(unsigned pos) | mlir::presburger::Matrix | |
removeColumns(unsigned pos, unsigned count) | mlir::presburger::Matrix | |
removeRow(unsigned pos) | mlir::presburger::Matrix | |
removeRows(unsigned pos, unsigned count) | mlir::presburger::Matrix | |
reserveRows(unsigned rows) | mlir::presburger::Matrix | |
resize(unsigned newNRows, unsigned newNColumns) | mlir::presburger::Matrix | |
resizeHorizontally(unsigned newNColumns) | mlir::presburger::Matrix | |
resizeVertically(unsigned newNRows) | mlir::presburger::Matrix | |
setRow(unsigned row, ArrayRef< MPInt > elems) | mlir::presburger::Matrix | |
swapColumns(unsigned column, unsigned otherColumn) | mlir::presburger::Matrix | |
swapRows(unsigned row, unsigned otherRow) | mlir::presburger::Matrix | |