columns() const | regina::LPMatrix< IntType > | inline |
combRow(const IntType &destCoeff, unsigned dest, const IntType &srcCoeff, unsigned src, const IntType &div) | regina::LPMatrix< IntType > | |
combRowAndNorm(const IntType &destCoeff, unsigned dest, const IntType &srcCoeff, unsigned src) | regina::LPMatrix< IntType > | |
detail() const | regina::Output< LPMatrix< IntType > > | |
dump(std::ostream &out) const | regina::LPMatrix< IntType > | |
entry(unsigned row, unsigned col) | regina::LPMatrix< IntType > | inline |
entry(unsigned row, unsigned col) const | regina::LPMatrix< IntType > | inline |
initClone(const LPMatrix &clone) | regina::LPMatrix< IntType > | inline |
initIdentity(unsigned size) | regina::LPMatrix< IntType > | inline |
LPMatrix() | regina::LPMatrix< IntType > | inline |
LPMatrix(unsigned rows, unsigned cols) | regina::LPMatrix< IntType > | inline |
LPMatrix(LPMatrix &&src) noexcept | regina::LPMatrix< IntType > | inline |
LPMatrix(const LPMatrix &)=delete (defined in regina::LPMatrix< IntType >) | regina::LPMatrix< IntType > | |
negateRow(unsigned row) | regina::LPMatrix< IntType > | inline |
operator!=(const LPMatrix &other) const | regina::LPMatrix< IntType > | inline |
operator=(LPMatrix &&src) noexcept | regina::LPMatrix< IntType > | inline |
operator=(const LPMatrix &)=delete (defined in regina::LPMatrix< IntType >) | regina::LPMatrix< IntType > | |
operator==(const LPMatrix &other) const | regina::LPMatrix< IntType > | inline |
reserve(unsigned maxRows, unsigned maxCols) | regina::LPMatrix< IntType > | inline |
rows() const | regina::LPMatrix< IntType > | inline |
str() const | regina::Output< LPMatrix< IntType > > | |
swap(LPMatrix &other) noexcept | regina::LPMatrix< IntType > | inline |
swapRows(unsigned r1, unsigned r2) | regina::LPMatrix< IntType > | inline |
utf8() const | regina::Output< LPMatrix< IntType > > | |
writeTextLong(std::ostream &out) const | regina::LPMatrix< IntType > | |
writeTextShort(std::ostream &out) const | regina::LPMatrix< IntType > | |
~LPMatrix() | regina::LPMatrix< IntType > | inline |