Function rgsl::linear_algebra::symmtd_unpack_T [] [src]

pub fn symmtd_unpack_T(
    a: &MatrixF64,
    diag: &mut VectorF64,
    subdiag: &mut VectorF64
) -> Value

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