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

Port matrix exponential code from scipy #110

Closed
sritchie opened this issue Sep 16, 2020 · 3 comments
Closed

Port matrix exponential code from scipy #110

sritchie opened this issue Sep 16, 2020 · 3 comments

Comments

@sritchie
Copy link
Member

The "Pade approximation" should knock this off for us: https://github.com/scipy/scipy/blob/v1.5.2/scipy/linalg/matfuncs.py#L210-L255

@littleredcomputer
Copy link
Collaborator

littleredcomputer commented Sep 19, 2020 via email

@sritchie
Copy link
Member Author

sritchie commented Nov 3, 2020

Awesome idea @littleredcomputer ! I get it now, after working on #142 :)

@sritchie
Copy link
Member Author

sritchie commented Nov 5, 2020

Okay, closing since we now have this in #142.

@sritchie sritchie closed this as completed Nov 5, 2020
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