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

Why is the exponential operator not implemented? #18

Open
simonnanty opened this issue May 13, 2024 · 1 comment
Open

Why is the exponential operator not implemented? #18

simonnanty opened this issue May 13, 2024 · 1 comment

Comments

@simonnanty
Copy link

So far, you limited the implementation to a few operators (in https://github.com/marcovirgolin/gpg/blob/pybind/src/operator.hpp)

Is there a reason why the exponential is not one of them?

Would it be possible to add it?

@marcovirgolin
Copy link
Owner

Hi, no there is no specific reason to be honest, except that sometimes exp can be unruly out of domain.
But a PR that implements exp would be super welcome!

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

2 participants