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

Allow to pass exponential remainder to functions that compute it #78

Open
schillic opened this issue Jan 23, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@schillic
Copy link
Member

If we call several functions that compute _expm_remainder (like in Reachability), it would be better to instead compute it only once and pass the result around.

@schillic schillic added the enhancement New feature or request label Jan 23, 2020
@schillic
Copy link
Member Author

We also have two functions to compute the remainder: _exp_remainder and _exp_remainder_series. Currently we always use the first one. This function could be the parameter to compute the remainder, so remainder=_exp_remainder by default and then one can pass the remainder matrix or the alternative algorithm _exp_remainder_series if desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant