JuliaGeometry/Rotations.jl
View on GitHubAdd more `geomean` methods for efficient calculation
Open
#178 opened on Nov 1, 2021
enhancementgood first issue
Repository metrics
- Stars
- (189 stars)
- PR merge metrics
- (PR metrics pending)
Description
See Note section in #177.
The mean method returns SMatrix (<: AbstractMatrix), but it's better to have a method for mean of rotation which returns Rotation.
The draft of this method is in src/mean.jl. (See also #90)