JuliaGeometry/Rotations.jl
Auf GitHub ansehenAdd more `geomean` methods for efficient calculation
Open
#178 geöffnet am 1. Nov. 2021
enhancementgood first issue
Repository-Metriken
- Stars
- (189 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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)