JuliaGeometry/Rotations.jl
在 GitHub 查看Add more `geomean` methods for efficient calculation
Open
#178 建立於 2021年11月1日
enhancementgood first issue
倉庫指標
- Star
- (189 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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)