Implement one
for R<:Rotation
to respect the algebra of SO(n)
#114
Milestone
one
for R<:Rotation
to respect the algebra of SO(n)
#114
As described at JuliaArrays/StaticArrays.jl#763, Rotations relies on a particular buggy definition in StaticArrays for
zero
andone
where the constructor of the static matrix type is called.We should implement
one(::Type{R<:Rotation})
here so we don't rely on that bug and so we can return something whichisa R
.For
zero
we currently we have the following oddity (should not return aRotMatrix
!). This is a bug which should be fixed in StaticArrays:The text was updated successfully, but these errors were encountered: