| addToColumn(unsigned sourceColumn, unsigned targetColumn, const T &scale) | mlir::presburger::Matrix< T > | |
| addToColumn(unsigned sourceColumn, unsigned targetColumn, int64_t scale) | mlir::presburger::Matrix< T > | inline |
| addToRow(unsigned sourceRow, unsigned targetRow, const T &scale) | mlir::presburger::Matrix< T > | |
| addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) | mlir::presburger::Matrix< T > | inline |
| addToRow(unsigned row, ArrayRef< T > rowVec, const T &scale) | mlir::presburger::Matrix< T > | |
| appendExtraRow() | mlir::presburger::Matrix< T > | |
| appendExtraRow(ArrayRef< T > elems) | mlir::presburger::Matrix< T > | |
| at(unsigned row, unsigned column) | mlir::presburger::Matrix< T > | inline |
| at(unsigned row, unsigned column) const | mlir::presburger::Matrix< T > | inline |
| copyRow(unsigned sourceRow, unsigned targetRow) | mlir::presburger::Matrix< T > | |
| data | mlir::presburger::Matrix< T > | protected |
| dump() const | mlir::presburger::Matrix< T > | |
| fillRow(unsigned row, const T &value) | mlir::presburger::Matrix< T > | |
| fillRow(unsigned row, int64_t value) | mlir::presburger::Matrix< T > | inline |
| getNumColumns() const | mlir::presburger::Matrix< T > | inline |
| getNumReservedColumns() const | mlir::presburger::Matrix< T > | inline |
| getNumReservedRows() const | mlir::presburger::Matrix< T > | |
| getNumRows() const | mlir::presburger::Matrix< T > | inline |
| getRow(unsigned row) | mlir::presburger::Matrix< T > | |
| getRow(unsigned row) const | mlir::presburger::Matrix< T > | |
| getSubMatrix(unsigned fromRow, unsigned toRow, unsigned fromColumn, unsigned toColumn) const | mlir::presburger::Matrix< T > | |
| hasConsistentState() const | mlir::presburger::Matrix< T > | |
| identity(unsigned dimension) | mlir::presburger::Matrix< T > | static |
| insertColumn(unsigned pos) | mlir::presburger::Matrix< T > | |
| insertColumns(unsigned pos, unsigned count) | mlir::presburger::Matrix< T > | |
| insertRow(unsigned pos) | mlir::presburger::Matrix< T > | |
| insertRows(unsigned pos, unsigned count) | mlir::presburger::Matrix< T > | |
| Matrix()=delete | mlir::presburger::Matrix< T > | |
| Matrix(unsigned rows, unsigned columns, unsigned reservedRows=0, unsigned reservedColumns=0) | mlir::presburger::Matrix< T > | |
| moveColumns(unsigned srcPos, unsigned num, unsigned dstPos) | mlir::presburger::Matrix< T > | |
| nColumns | mlir::presburger::Matrix< T > | protected |
| negateColumn(unsigned column) | mlir::presburger::Matrix< T > | |
| negateMatrix() | mlir::presburger::Matrix< T > | |
| negateRow(unsigned row) | mlir::presburger::Matrix< T > | |
| nReservedColumns | mlir::presburger::Matrix< T > | protected |
| nRows | mlir::presburger::Matrix< T > | protected |
| operator()(unsigned row, unsigned column) | mlir::presburger::Matrix< T > | inline |
| operator()(unsigned row, unsigned column) const | mlir::presburger::Matrix< T > | inline |
| operator==(const Matrix< T > &m) const | mlir::presburger::Matrix< T > | |
| postMultiplyWithColumn(ArrayRef< T > colVec) const | mlir::presburger::Matrix< T > | |
| preMultiplyWithRow(ArrayRef< T > rowVec) const | mlir::presburger::Matrix< T > | |
| print(raw_ostream &os) const | mlir::presburger::Matrix< T > | |
| removeColumn(unsigned pos) | mlir::presburger::Matrix< T > | |
| removeColumns(unsigned pos, unsigned count) | mlir::presburger::Matrix< T > | |
| removeRow(unsigned pos) | mlir::presburger::Matrix< T > | |
| removeRows(unsigned pos, unsigned count) | mlir::presburger::Matrix< T > | |
| reserveRows(unsigned rows) | mlir::presburger::Matrix< T > | |
| resize(unsigned newNRows, unsigned newNColumns) | mlir::presburger::Matrix< T > | |
| resizeHorizontally(unsigned newNColumns) | mlir::presburger::Matrix< T > | |
| resizeVertically(unsigned newNRows) | mlir::presburger::Matrix< T > | |
| scaleRow(unsigned row, const T &scale) | mlir::presburger::Matrix< T > | |
| setRow(unsigned row, ArrayRef< T > elems) | mlir::presburger::Matrix< T > | |
| splitByBitset(ArrayRef< int > indicator) | mlir::presburger::Matrix< T > | |
| swapColumns(unsigned column, unsigned otherColumn) | mlir::presburger::Matrix< T > | |
| swapRows(unsigned row, unsigned otherRow) | mlir::presburger::Matrix< T > | |
| transpose() const | mlir::presburger::Matrix< T > | |