smooth
A C++ library for Lie theory
|
Type trait that maps a type to Lie group operations. More...
#include <lie_group_base.hpp>
Type trait that maps a type to Lie group operations.
Required members:
typename Impl
: Lie group operationstypename Scalar
: Scalar type (float
, double
, ...)typename template<NewScalar> PlainObject
: Default return type Definition at line 20 of file lie_group_base.hpp.