raft icon indicating copy to clipboard operation
raft copied to clipboard

[FEA] Add new sparse matrix API to Python

Open lowener opened this issue 1 year ago • 0 comments

PR #1279 introduced a new API for sparse matrices. There is currently no bindings for it in Python, so any function in Python that accept sparse matrices as input have to use the arrays individually. (cf Lanczos solver #2481)

lowener avatar Nov 21 '24 11:11 lowener