sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
392 stars 46 forks source link

Rank computation #178

Open Magalame opened 4 years ago

Magalame commented 4 years ago

Hi!

I was wondering if there was a way to efficiently compute the rank of a sparse matrix with this crate?

Thanks a lot :)

vbarrielle commented 4 years ago

Hello, at the moment this is not supported. That would require porting a sparse QR factorization routine I guess.