NWengine 0.9
Loading...
Searching...
No Matches
Matrix< n, m, T > Class Template Reference

Public Member Functions

 Matrix (T *data)
 
Matrix operator+ (T const &num)
 
Matrix operator* (T const &num)
 
Matrix operator+ (Matrix *const &matrix)
 
void operator+= (T const &num)
 
void operator*= (T const &num)
 
void operator+= (Matrix *const &matrix)
 
template<uint8_t b>
Matrix< n, b, Toperator* (Matrix< m, b, T > *const &matrix)
 

Public Attributes

Vector2< intdimension
 
T coeff [n *m]
 

The documentation for this class was generated from the following file: