JuliaGeometry/Rotations.jl

Add more `geomean` methods for efficient calculation

Open

#178 opened on 2021年11月1日

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)

説明

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)

コントリビューターガイド