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

pub fn hermtd_unpack_T(a: &MatrixComplexF64, diag: &VectorF64, subdiag: &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.