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