dimforge / nalgebra

Linear algebra library for Rust.
https://nalgebra.org
Apache License 2.0
4.04k stars 485 forks source link

Can't access the ipiv data field of PermutationSequence #1464

Open SaptarishiD opened 6 days ago

SaptarishiD commented 6 days ago

For a PermutationSequence returned from a QR decomposition with column pivoting (col_piv_qr) we can't access the internal permutation sequence. Have submitted a PR for the same