Function rgsl::linear_algebra::householder_mh
[−]
[src]
pub fn householder_mh(tau: f64, v: &VectorF64, a: &MatrixF64) -> 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.