Lie Groups Module
SE(3): 3D Rigid Transformations
SO(3): 3D Rotations
- class cyecca.lie.SO3LieGroup(algebra: LieAlgebra, n_param: int, matrix_shape: tuple[int, int])[source]
An abstract SO3 Lie Group
- product(left: SO3LieGroupElement, right: SO3LieGroupElement) SO3LieGroupElement[source]
Default product uses matrix conversion