| at(uint row, uint col) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| col(uint index) | PIMathMatrixT< Rows, Cols, Type > | inline |
| cols() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| determinant(bool *ok=0) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| element(uint row, uint col) | PIMathMatrixT< Rows, Cols, Type > | inline |
| element(uint row, uint col) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| fill(const Type &v) | PIMathMatrixT< Rows, Cols, Type > | inline |
| identity() | PIMathMatrixT< Rows, Cols, Type > | inlinestatic |
| invert(bool *ok=0) | PIMathMatrixT< Rows, Cols, Type > | inline |
| inverted(bool *ok=0) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| isIdentity() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| isNull() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| isSquare() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator!=(const PIMathMatrixT< Rows, Cols, Type > &sm) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator*(const Type &v) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator*=(const Type &v) | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator+(const PIMathMatrixT< Rows, Cols, Type > &sm) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator+=(const PIMathMatrixT< Rows, Cols, Type > &sm) | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator-() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator-(const PIMathMatrixT< Rows, Cols, Type > &sm) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator-=(const PIMathMatrixT< Rows, Cols, Type > &sm) | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator/(const Type &v) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator/=(const Type &v) | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator==(const PIMathMatrixT< Rows, Cols, Type > &sm) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator[](uint row) | PIMathMatrixT< Rows, Cols, Type > | inline |
| operator[](uint row) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| PIMathMatrixT(const Type &new_value=Type()) | PIMathMatrixT< Rows, Cols, Type > | inline |
| PIMathMatrixT(const PIVector< Type > &val) | PIMathMatrixT< Rows, Cols, Type > | inline |
| PIMathMatrixT(std::initializer_list< Type > init_list) | PIMathMatrixT< Rows, Cols, Type > | inline |
| rotate(Type angle) | PIMathMatrixT< Rows, Cols, Type > | inline |
| rotated(Type angle) | PIMathMatrixT< Rows, Cols, Type > | inline |
| row(uint index) | PIMathMatrixT< Rows, Cols, Type > | inline |
| rows() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| setCol(uint index, const PIMathVectorT< Rows, Type > &v) | PIMathMatrixT< Rows, Cols, Type > | inline |
| setRow(uint index, const PIMathVectorT< Cols, Type > &v) | PIMathMatrixT< Rows, Cols, Type > | inline |
| setSubmatrix(int row_index, int col_index, const PIMathMatrixT< SubRows, SubCols, Type > &m) | PIMathMatrixT< Rows, Cols, Type > | inline |
| submatrix(int row_offset=0, int col_offset=0) const | PIMathMatrixT< Rows, Cols, Type > | inline |
| swapCols(uint cf, uint cs) | PIMathMatrixT< Rows, Cols, Type > | inline |
| swapRows(uint rf, uint rs) | PIMathMatrixT< Rows, Cols, Type > | inline |
| toType() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| toUpperTriangular(bool *ok=0) | PIMathMatrixT< Rows, Cols, Type > | inline |
| trace() const | PIMathMatrixT< Rows, Cols, Type > | inline |
| transposed() const | PIMathMatrixT< Rows, Cols, Type > | inline |