| Cols() const noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| IsEqual(const Matrix &matrix, Valtype delta=0) const noexcept | spat::Matrix< Valtype, nCols, nRows > | |
| Matrix() (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inline |
| Matrix(const Matrix &matrix) (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | |
| Matrix(Matrix &&matrix) noexcept (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inline |
| Matrix(const std::initializer_list< Valtype > &elements) (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inlineexplicit |
| operator!=(const Matrix &matrix) const noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator()(unsigned short col, unsigned short row) const noexcept (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator()(unsigned short col, unsigned short row) noexcept (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator*=(Valtype skalar) noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator*=(const Matrix< Valtype, nCols, nCols > &matrix) | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator+=(const Matrix &matrix) noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator-=(const Matrix &matrix) noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator/=(Valtype skalar) noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator=(const Matrix &matrix) noexcept (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | |
| operator=(Matrix &&matrix) noexcept (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator=(const std::initializer_list< Valtype > &elements) noexcept (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | inline |
| operator==(const Matrix &matrix) const noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| ptr() const noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| Rows() const noexcept | spat::Matrix< Valtype, nCols, nRows > | inline |
| SetNull() noexcept | spat::Matrix< Valtype, nCols, nRows > | |
| SubMatrix(unsigned short c, unsigned short r) const | spat::Matrix< Valtype, nCols, nRows > | |
| value_type typedef (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | |
| ~Matrix() noexcept=default (defined in spat::Matrix< Valtype, nCols, nRows >) | spat::Matrix< Valtype, nCols, nRows > | |