Function rgsl::linear_algebra::QRPT_update
[−]
[src]
pub fn QRPT_update(q: &MatrixF64, r: &MatrixF64, p: &Permutation, w: &VectorF64, v: &VectorF64) -> Value
This function performs a rank-1 update w vT of the QRPT decomposition (Q, R, p). The update is given by Q'R' = Q (R + w vT P) where the output matrices Q' and R' are also orthogonal and right triangular. Note that w is destroyed by the update. The permutation p is not changed.