SciRuby / nmatrix

Dense and sparse linear algebra library for Ruby via SciRuby
Other
469 stars 133 forks source link

Calculate rank of matrix based on SVD #608

Closed v0dro closed 6 years ago

v0dro commented 6 years ago

Having an SVD based rank calculation algorithm would be helpful. Similar to that in matlab: https://in.mathworks.com/help/matlab/ref/rank.html

pgtgrly commented 6 years ago

@v0dro Can you please check this PR? https://github.com/SciRuby/nmatrix/pull/615