JuliaGeometry/Rotations.jl

Add more `geomean` methods for efficient calculation

Open

#178 geöffnet am 1. Nov. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (44 Forks)github user discovery
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)

Contributor Guide