raft
raft copied to clipboard
[FEA] Add new sparse matrix API to Python
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)