Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jacobians #47

Merged
merged 6 commits into from
Nov 13, 2024
Merged

Jacobians #47

merged 6 commits into from
Nov 13, 2024

Conversation

mateuszbaran
Copy link
Member

I've added Jacobians of exp and log as a step forward towards full support of robotics stuff. What do you think about this approach?

The tests compare results against a finite difference computation on a sphere.

@kellertuer
Copy link
Member

While this looks good to me in general, the tests are currently failing.

Also great that you directly provided a very general allocation for the Jacobian.

@mateuszbaran
Copy link
Member Author

The ManifoldsBase.jl PR should fix the CI failure.

What do you think about naming the basis argument for the Jacobian? Maybe basis_domain and basis_codomain would fit better with what we have in Manopt.jl already?

@kellertuer
Copy link
Member

Maybe basis_domain and basis_codomain would fit better with what we have in Manopt.jl already?

I must have missed that naming, yes I think your new proposals fit petter into Manopt and I would prefer them.

@mateuszbaran mateuszbaran added the preview docs Add this label if you want to see a PR-preview of the documentation label Nov 12, 2024
@mateuszbaran mateuszbaran merged commit c4715ed into main Nov 13, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview docs Add this label if you want to see a PR-preview of the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants