Function rgsl::linear_algebra::hessenberg_unpack_accum
[−]
[src]
pub fn hessenberg_unpack_accum(h: &MatrixF64, tau: &VectorF64, v: &MatrixF64) -> Value
This function is similar to gsl_linalg_hessenberg_unpack, except it accumulates the matrix U into V, so that V' = VU. The matrix V must be initialized prior to calling this function. Setting V to the identity matrix provides the same result as gsl_linalg_hessenberg_unpack. If H is order N, then V must have N columns but may have any number of rows.