Function rgsl::linear_algebra::complex_householder_hv
source · [−]pub fn complex_householder_hv(
tau: &ComplexF64,
v: &VectorComplexF64,
w: &mut VectorComplexF64
) -> Value
Expand description
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.