Function rgsl::linear_algebra::QRPT_Rsolve
[−]
[src]
pub fn QRPT_Rsolve(qr: &MatrixF64, p: &Permutation, b: &VectorF64, x: &VectorF64) -> Value
This function solves the triangular system R PT x = b for the N-by-N matrix R contained in QR.