Base class for all Lie Algebra class. More...
Base class for all Lie Algebra class.
Class for the so(3) Lie Algebra.
Class for the se(3) Lie Algebra.
Base class for all Lie aglebra dual class.
A | the wrapped class |
Derived | the derived class holding the coefficients which are of type A or Map |
This class must be specialized to add a new algebra. This class wrap an Eigen class A and define some function to describe a Lie Algebra.
Since a Lie Algebra is a vector Space (check if it's true in the general case) it's inherited from MatrixBase
A | the wrapped class |
Derived | the derived class holding the coefficients which are of type A or Map |
This class must be specialized to add a new Lie aglebra dual. This class wrap an Eigen class A and define some function to describe a Lie algebra dual. This algebra dual is the dual to the Algebra defined in LieAlgebra
A Lie algebra dual is a vector space and is not an algebra it's inherited from MatrixBase
_Scalar | the type of the underlying array |
This class is a specialization of LieAlgebra. It adds specific constructor for se(3).
_Scalar | the type of the underlying array |
This class is a specialization of LieAlgebra. It adds specific constructor for so(3).