Function rgsl::linear_algebra::householder_hv [] [src]

pub fn householder_hv(tau: f64, v: &VectorF64, w: &MatrixF64) -> Value

This function applies the Householder transformation P defined by the scalar tau and the vector v to the vector w. On output the result P w is stored in w.