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

Redo internals with free functions #13

Closed
pettni opened this issue Sep 2, 2021 · 1 comment
Closed

Redo internals with free functions #13

pettni opened this issue Sep 2, 2021 · 1 comment

Comments

@pettni
Copy link
Owner

pettni commented Sep 2, 2021

Implement Lie group operators with free functions

Types keep their "native" API

Concept checks that free functions are available

This would be a breaking change, i.e. g.log() becomes log(g) and G::exp(v) becomes exp<G>(v)

@pettni
Copy link
Owner Author

pettni commented Sep 5, 2021

Done in #15

Included native Lie groups keep the member interface for backward-compatability

@pettni pettni closed this as completed Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant