| get(Index rowIndex, Index columnIndex) | om::math::MatrixND< T, numRows, numColumns > | inline |
| get(Index rowIndex, Index columnIndex) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| getColumn(Index columnIndex) | om::math::MatrixND< T, numRows, numColumns > | inline |
| getColumn(Index columnIndex) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| getDeterminant() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| getRow(Index rowIndex) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| IDENTITY | om::math::MatrixND< T, numRows, numColumns > | static |
| invert() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| MatrixND() | om::math::MatrixND< T, numRows, numColumns > | inline |
| MatrixND(const T array[numRows *numColumns]) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator data::String() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator!=(const MatrixND< T, numRows, numColumns > &matrix) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator()(Index columnIndex) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator()(Index columnIndex) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator()(Index rowIndex, Index columnIndex) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator()(Index rowIndex, Index columnIndex) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator*(const MatrixND< T, numColumns, otherColumnDimension > &matrix) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator*(const VectorND< T, numColumns > &vector) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator*(const T &value) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator*=(const T &value) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator+() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator+(const MatrixND< T, numRows, numColumns > &matrix) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator+(const T &value) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator+=(const MatrixND< T, numRows, numColumns > &matrix) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator+=(const T &value) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator-() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator-(const MatrixND< T, numRows, numColumns > &matrix) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator-(const T &value) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator-=(const MatrixND< T, numRows, numColumns > &matrix) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator-=(const T &value) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator/(const T &value) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator/=(const T &value) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator==(const MatrixND< T, numRows, numColumns > &matrix) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator[](Index columnIndex) | om::math::MatrixND< T, numRows, numColumns > | inline |
| operator[](Index columnIndex) const | om::math::MatrixND< T, numRows, numColumns > | inline |
| orthonormalize() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| set(Index rowIndex, Index columnIndex, T value) | om::math::MatrixND< T, numRows, numColumns > | inline |
| setColumn(Index columnIndex, const VectorND< T, numRows > &newColumn) | om::math::MatrixND< T, numRows, numColumns > | inline |
| setRow(Index rowIndex, const VectorND< T, numColumns > &newRow) | om::math::MatrixND< T, numRows, numColumns > | inline |
| toArrayColumnMajor() | om::math::MatrixND< T, numRows, numColumns > | inline |
| toArrayColumnMajor() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| toString() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| transpose() const | om::math::MatrixND< T, numRows, numColumns > | inline |
| ZERO | om::math::MatrixND< T, numRows, numColumns > | static |