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() const`` - ``long double& at(int _r, int _c)`` - ``const long double& at(int _r, int _c) const`` - ``matrix_t& operator=(const matrix_t& other)`` - ``matrix_t& operator+(const matrix_t& o) const`` - ``matrix_t& operator-(const matrix_t& o) const`` - ``matrix_t& operator*(long double s) const``