at(std::size_t col, std::size_t row) -> T & | wren::math::Mat< T, Rows, Cols > | inline |
at(std::size_t col, std::size_t row) const -> const T & | wren::math::Mat< T, Rows, Cols > | inline |
data() const | wren::math::Mat< T, Rows, Cols > | inline |
data_ | wren::math::Mat< T, Rows, Cols > | private |
data_t typedef | wren::math::Mat< T, Rows, Cols > | |
get_index(std::size_t col, std::size_t row) | wren::math::Mat< T, Rows, Cols > | inlineprivatestatic |
identity() | wren::math::Mat< T, Rows, Cols > | inlinestatic |
Mat()=default | wren::math::Mat< T, Rows, Cols > | |
Mat(const data_t &data) | wren::math::Mat< T, Rows, Cols > | inline |
Mat(const std::array< std::array< T, Cols >, Rows > &rows) | wren::math::Mat< T, Rows, Cols > | inline |
mat_t typedef | wren::math::Mat< T, Rows, Cols > | |
operator!=(const mat_t &rhs) const | wren::math::Mat< T, Rows, Cols > | inline |
operator*(const mat_t &rhs) | wren::math::Mat< T, Rows, Cols > | inline |
operator*(const Vec< T, Rows > &rhs) | wren::math::Mat< T, Rows, Cols > | inline |
operator==(const mat_t &rhs) const | wren::math::Mat< T, Rows, Cols > | inline |