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

try sparse inner to speed up matvec #2

Open
sergpolly opened this issue Aug 24, 2022 · 0 comments
Open

try sparse inner to speed up matvec #2

sergpolly opened this issue Aug 24, 2022 · 0 comments

Comments

@sergpolly
Copy link
Member

sergpolly commented Aug 24, 2022

For oe_matvec, potential speedup. We want to avoid too much conversions between sparse and dense matrices, so probably we want to switch to sparse matrices operations there.

For example, the replacement for np.inner:

https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.LinearOperator.html#scipy.sparse.linalg.LinearOperator

Ordinary dot product:
https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csc_matrix.dot.html

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