JuliaManifolds / Manifolds.jl

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.
https://juliamanifolds.github.io/Manifolds.jl
MIT License
368 stars 53 forks source link

Implement `translate_diff` and `inv_diff` for all groups (#679) #683

Closed olivierverdier closed 2 weeks ago

olivierverdier commented 10 months ago

The main work of implementing translate_diff for all groups is done.

The main method that has to be implemented on any given group is adjoint_action!, the rest is done automatically.

mateuszbaran commented 2 weeks ago

I've merged #732 so this PR is already merged indirectly into master.