Function rgsl::linear_algebra::hessenberg_set_zero
[−]
[src]
pub fn hessenberg_set_zero(h: &MatrixF64) -> Value
This function sets the lower triangular portion of H, below the subdiagonal, to zero. It is useful for clearing out the Householder vectors after calling gsl_linalg_hessenberg_decomp.