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

Numba_special support for scipy.linalg ? #43

Open
fkan95 opened this issue Jul 29, 2020 · 0 comments
Open

Numba_special support for scipy.linalg ? #43

fkan95 opened this issue Jul 29, 2020 · 0 comments

Comments

@fkan95
Copy link

fkan95 commented Jul 29, 2020

Hi!

Similarly to the OP in this thread I would like to speed up some functions (where some matrix exponentions and matrix logarithms are taken) with numba. I followed the discussion about numba for scipy. Nevertheless, I didn't find whether numba_scipy supports functions like scipy.linalg.exp, sciply.linalg.logm or scipy.lingalg.sqrtm. As there is no expm alternative in numpy, I suppose that this might be one of the core-functions of a scipy extension of numba(?)

But since I haven't found any (and when I try it it doesn't work) I expect that there is no way of using numba if logm, sqrtm and expm appear in the funcions I wanted to speed up?

Thank you!

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