| Basetype typedef | spat::SquareMatrix< Valtype, nColsAndRows > | |
| Cols() const noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| Invert() | spat::SquareMatrix< Valtype, nColsAndRows > | |
| IsDiagonal() const noexcept | spat::SquareMatrix< Valtype, nColsAndRows > | |
| IsEqual(const Matrix &matrix, Valtype delta=0) const noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| IsIdentity(Valtype epsilon=0) const noexcept | spat::SquareMatrix< Valtype, nColsAndRows > | |
| IsSymmetric(Valtype epsilon=0) const noexcept | spat::SquareMatrix< Valtype, nColsAndRows > | inline |
| operator!=(const Matrix &matrix) const noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| operator()(unsigned short col, unsigned short row) const noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| operator()(unsigned short col, unsigned short row) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| operator*=(Valtype skalar) noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| operator*=(const Matrix< Valtype, nCols, nCols > &matrix) | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| operator+=(const Matrix &matrix) noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| operator-=(const Matrix &matrix) noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| operator/=(Valtype skalar) noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| operator=(const Matrix &matrix) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| operator=(Matrix &&matrix) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| operator=(const std::initializer_list< Valtype > &elements) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| operator==(const Matrix &matrix) const noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| ptr() const noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| Rows() const noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| SetIdentity() noexcept | spat::SquareMatrix< Valtype, nColsAndRows > | |
| SetNull() noexcept | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| SquareMatrix() noexcept(false)=default (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| SquareMatrix(const SquareMatrix &)=default (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | |
| SquareMatrix(const Basetype &matrix) (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | inline |
| SquareMatrix(Basetype &&matrix) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | inline |
| SquareMatrix(const std::initializer_list< Valtype > &elements) (defined in spat::SquareMatrix< Valtype, nColsAndRows >) | spat::SquareMatrix< Valtype, nColsAndRows > | inlineexplicit |
| SubMatrix(unsigned short c, unsigned short r) const | spat::Matrix< Valtype, nColsAndRows, nColsAndRows > | |
| Trace() const noexcept | spat::SquareMatrix< Valtype, nColsAndRows > | |
| Transpose() noexcept | spat::SquareMatrix< Valtype, nColsAndRows > | |