Function rgsl::linear_algebra::hermtd_unpack_T [] [src]

pub fn hermtd_unpack_T(
    a: &MatrixComplexF64,
    diag: &mut VectorF64,
    subdiag: &mut VectorF64
) -> Value

This function unpacks the diagonal and subdiagonal of the encoded tridiagonal decomposition (A, tau) obtained from the gsl_linalg_hermtd_decomp into the real vectors diag and subdiag.