[FEA] Use new Lanczos solver in raft::sparse::spectral
#2502
Labels
feature request
New feature or request
raft::sparse::spectral
#2502
The new Lanczos solver needs to be called in
raft::sparse::spectral
to maximize usage in downstream libraries (cuml - UMAP).This follow-up work of #2481 requires to add a conversion step because the previous solver accepted every sparse format while the new solver only accepts CSR.
The text was updated successfully, but these errors were encountered: