-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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:
Ordinary dot product:
https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csc_matrix.dot.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels