|
NWengine 0.9
|
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, T > | operator* (Matrix< m, b, T > *const &matrix) |
Public Attributes | |
| Vector2< int > | dimension |
| T | coeff [n *m] |