Function rgsl::linear_algebra::householder_transform [] [src]

pub fn householder_transform(v: &VectorF64) -> f64

This function prepares a Householder transformation P = I - \tau v vT which can be used to zero all the elements of the input vector except the first. On output the transformation is stored in the vector v and the scalar \tau is returned.