Generic template for RxC dimensional matrices. More...
#include <eagine/math/tmat.hpp>
Public Types | |
using | base = matrix< T, C, R, RM, V > |
The base matrix type. | |
Public Member Functions | |
constexpr | tmat () noexcept |
Default constructor. Constructs identity matrix. | |
constexpr | tmat (const base &m) noexcept |
Construction from a base matrix. | |
tmat (const T *d, int n) noexcept | |
Construction from element data pointer and count. | |
tmat (const T(&d)[C *R]) noexcept | |
Construction from element data array. | |
Generic template for RxC dimensional matrices.