VectorNav C++ Library
vn::math::mat< m, n, T > Member List

This is the complete list of members for vn::math::mat< m, n, T >, including all inherited members.

add(const mat &toAdd) const vn::math::mat< m, n, T >inline
dimCol() const vn::math::mat< m, n, T >inline
dimRow() const vn::math::mat< m, n, T >inline
div(const double &scalar) const vn::math::mat< m, n, T >inline
e (defined in vn::math::mat< m, n, T >)vn::math::mat< m, n, T >
identity()vn::math::mat< m, n, T >inlinestatic
mat()vn::math::mat< m, n, T >inline
mat(T val)vn::math::mat< m, n, T >inlineexplicit
mult(const double &scalar) const vn::math::mat< m, n, T >inline
neg() const vn::math::mat< m, n, T >inline
one()vn::math::mat< m, n, T >inlinestatic
operator()(size_t row, size_t col)vn::math::mat< m, n, T >inline
operator()(size_t row, size_t col) const vn::math::mat< m, n, T >inline
operator*(const mat< r, s, S > &rhs)vn::math::mat< m, n, T >inline
operator*=(const S &rhs)vn::math::mat< m, n, T >inline
operator+=(const mat< m, n, S > &rhs)vn::math::mat< m, n, T >inline
operator-() const vn::math::mat< m, n, T >inline
operator-=(const mat< m, n, S > &rhs)vn::math::mat< m, n, T >inline
operator/=(const T &rhs)vn::math::mat< m, n, T >inline
sub(const mat &toSub) const vn::math::mat< m, n, T >inline
transpose() const vn::math::mat< m, n, T >inline
zero()vn::math::mat< m, n, T >inlinestatic