matrix.h
File Path: modules/nusol/conuix/include/conuix/matrix.h
File Type: H (Header)
Lines: 33
Structs
matrix_t
Members:
- ``public:
matrix_t(int _r = 3, int _c = 3)``
~matrix_t()matrix_t dot(const matrix_t& o)matrix_t T() constlong double& at(int _r, int _c)const long double& at(int _r, int _c) constmatrix_t& operator=(const matrix_t& other)matrix_t& operator+(const matrix_t& o) constmatrix_t& operator-(const matrix_t& o) constmatrix_t& operator*(long double s) const