JuliaGeometry/Rotations.jl

Add more `geomean` methods for efficient calculation

Open

#178 opened on Nov 1, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (44 forks)github user discovery
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)

Contributor guide