pub fn complex_householder_hm(
    tau: &ComplexF64,
    v: &VectorComplexF64,
    a: &mut MatrixComplexF64
) -> Value
Expand description

This function applies the Householder matrix P defined by the scalar tau and the vector v to the left-hand side of the matrix A. On output the result P A is stored in A.