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

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

add(const mat &toAdd) const vn::math::mat< 3, 3, T >inline
copy(const mat< 3, 3, S > &rhs) (defined in vn::math::mat< 3, 3, T >)vn::math::mat< 3, 3, T >inline
dimCol() const vn::math::mat< 3, 3, T >inline
dimCols() const (defined in vn::math::mat< 3, 3, T >)vn::math::mat< 3, 3, T >inline
dimRow() const vn::math::mat< 3, 3, T >inline
div(const double &scalar) const vn::math::mat< 3, 3, T >inline
evn::math::mat< 3, 3, T >
e00vn::math::mat< 3, 3, T >
e01vn::math::mat< 3, 3, T >
e02vn::math::mat< 3, 3, T >
e10vn::math::mat< 3, 3, T >
e11vn::math::mat< 3, 3, T >
e12vn::math::mat< 3, 3, T >
e20vn::math::mat< 3, 3, T >
e21vn::math::mat< 3, 3, T >
e22vn::math::mat< 3, 3, T >
identity()vn::math::mat< 3, 3, T >inlinestatic
mat()vn::math::mat< 3, 3, T >inline
mat(T val)vn::math::mat< 3, 3, T >inlineexplicit
mat(T e00v, T e01v, T e02v, T e10v, T e11v, T e12v, T e20v, T e21v, T e22v)vn::math::mat< 3, 3, T >inline
mat(vec< 3, T > col0, vec< 3, T > col1, vec< 3, T > col2)vn::math::mat< 3, 3, T >inline
mult(const double &scalar) const vn::math::mat< 3, 3, T >inline
neg() const vn::math::mat< 3, 3, T >inline
one()vn::math::mat< 3, 3, T >inlinestatic
operator()(size_t row, size_t col)vn::math::mat< 3, 3, T >inline
operator()(size_t row, size_t col) const vn::math::mat< 3, 3, T >inline
operator*=(const S &rhs)vn::math::mat< 3, 3, T >inline
operator*=(const mat< 3, 3, S > &rhs)vn::math::mat< 3, 3, T >inline
operator+=(const mat< 3, 3, S > &rhs)vn::math::mat< 3, 3, T >inline
operator-() const vn::math::mat< 3, 3, T >inline
operator-=(const mat< 3, 3, S > &rhs)vn::math::mat< 3, 3, T >inline
operator/=(const S &rhs)vn::math::mat< 3, 3, T >inline
sub(const mat &toSub) const vn::math::mat< 3, 3, T >inline
transpose() const vn::math::mat< 3, 3, T >inline
zero()vn::math::mat< 3, 3, T >inlinestatic