This is the complete list of members for Mat< N, M, T >, including all inherited members.
| col(size_t col) const | Mat< N, M, T > | |
| identity() | Mat< N, M, T > | static |
| load_identity(T s=T(1)) | Mat< N, M, T > | |
| load_zero() | Mat< N, M, T > | |
| Mat()=default | Mat< N, M, T > | |
| Mat(T s) | Mat< N, M, T > | explicit |
| Mat(const Mat< rN, rM, T > &rhs) | Mat< N, M, T > | explicit |
| Mat(const T *m) | Mat< N, M, T > | explicit |
| num_columns() | Mat< N, M, T > | inlinestatic |
| num_rows() | Mat< N, M, T > | inlinestatic |
| operator const T *() const | Mat< N, M, T > | |
| operator T*() | Mat< N, M, T > | |
| operator!=(const Mat< N, M, T > &rhs) const | Mat< N, M, T > | |
| operator()(size_t row, size_t col) const | Mat< N, M, T > | |
| operator()(size_t row, size_t col) | Mat< N, M, T > | |
| operator*(const Mat< M, rM, T > &rhs) const | Mat< N, M, T > | |
| operator*(const Vec< M, T > &rhs) const | Mat< N, M, T > | |
| operator*(T rhs) const | Mat< N, M, T > | |
| operator*=(const Mat< N, M, T > &rhs) | Mat< N, M, T > | |
| operator*=(T rhs) | Mat< N, M, T > | |
| operator+(const Mat< N, M, T > &rhs) const | Mat< N, M, T > | |
| operator+=(const Mat< N, M, T > &rhs) | Mat< N, M, T > | |
| operator+=(T rhs) | Mat< N, M, T > | |
| operator-(const Mat< N, M, T > &rhs) const | Mat< N, M, T > | |
| operator-() const | Mat< N, M, T > | |
| operator-=(const Mat< N, M, T > &rhs) | Mat< N, M, T > | |
| operator-=(T rhs) | Mat< N, M, T > | |
| operator/(T rhs) const | Mat< N, M, T > | |
| operator/=(T rhs) | Mat< N, M, T > | |
| operator==(const Mat< N, M, T > &rhs) const | Mat< N, M, T > | |
| row(size_t row) const | Mat< N, M, T > | |
| set_col(size_t col, const Vec< vN, T > &v) | Mat< N, M, T > | |
| set_row(size_t row, const Vec< vN, T > &v) | Mat< N, M, T > | |
| swap_cols(size_t a, size_t b) | Mat< N, M, T > | |
| swap_rows(size_t a, size_t b) | Mat< N, M, T > | |