Function rgsl::linear_algebra::QRPT_decomp2
[−]
[src]
pub fn QRPT_decomp2(a: &MatrixF64, q: &MatrixF64, r: &MatrixF64, tau: &VectorF64, p: &Permutation, signum: &mut i32, norm: &VectorF64) -> Value
This function factorizes the matrix A into the decomposition A = Q R PT without modifying A itself and storing the output in the separate matrices q and r.