[][src]Function gsl_sys::gsl_linalg_pcholesky_solve2

pub unsafe extern "C" fn gsl_linalg_pcholesky_solve2(
    LDLT: *const gsl_matrix,
    p: *const gsl_permutation,
    S: *const gsl_vector,
    b: *const gsl_vector,
    x: *mut gsl_vector
) -> c_int
This is supported on crate feature v2_2 only.