You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment project_point! is a little out of line because it operates on its only argument in-place while other functions generally assume that mutated output is separate. Should we change it? Or maybe provide both variants?
The text was updated successfully, but these errors were encountered:
I'd say let's change it for consistency. I think this will also make it easier to support mutating and non-mutating variants as discussed in JuliaManifolds/Manifolds.jl#42
At the moment
project_point!
is a little out of line because it operates on its only argument in-place while other functions generally assume that mutated output is separate. Should we change it? Or maybe provide both variants?The text was updated successfully, but these errors were encountered: