LieGroups v0.1.8
Added
- a
MetricLieGroupas a meta type to be able to change the metric imposed on the Lie algebra and its effects e.g. on the coordinates, inner product and the exponential and logarithmic map. diff_left_composeanddiff_right_composefor the special Euclidean group.submanifold_componentsnow works withIdentity{<:ProductGroupOperation}.zero_vector(G, Identity(G))returns the zero vector in default representation.
Fixed
- fixed the contributing.md to mention runic as the code formatter.
diff_left_composecorrectly allocates whengisIdentity.init_constants!fixed forSpecialEuclideanMatrixTangentVectorandSpecialEuclideanMatrixPoint.
Merged pull requests:
- Introduce a MetricLieGroup (#74) (@kellertuer)
- Fix contrib to state Runic. (#80) (@kellertuer)
- Lots of small fixes and diff_left_compose on SE(n) (#81) (@mateuszbaran)
Closed issues:
- Support MetricManifold in LieGroups (#53)