Function rgsl::linear_algebra::QR_QTvec
[−]
[src]
pub fn QR_QTvec(qr: &MatrixF64, tau: &VectorF64, v: &VectorF64) -> Value
This function applies the matrix QT encoded in the decomposition (QR,tau) to the vector v, storing the result QT v in v. The matrix multiplication is carried out directly using the encoding of the Householder vectors without needing to form the full matrix QT.