1 #ifndef DEF_COMMON_LIEGROUPBASE 2 #define DEF_COMMON_LIEGROUPBASE 9 template <
typename T_DERIVED,
unsigned int T_DOF>
13 static const unsigned int DOF = T_DOF;
27 { this->underlying() = this->underlying().inverse(); }
48 static const unsigned int NOXVector< T_DOF > toNOXVector() const
T_DERIVED inverse() const
Definition: LieGroupBase.hpp:10
static T_DERIVED Identity()
void inverted()
Definition: LieGroupBase.hpp:26
void operator*=(T_DERIVED const &g)
Definition: NOXVector.hpp:14