Function rgsl::linear_algebra::complex_householder_mh
[−]
[src]
pub fn complex_householder_mh(tau: &ComplexF64, v: &VectorComplexF64, a: &MatrixComplexF64) -> Value
This function applies the Householder matrix P defined by the scalar tau and the vector v to the right-hand side of the matrix A. On output the result A P is stored in A.