Function gsl_sys::gsl_linalg_cholesky_solve2[][src]

pub unsafe extern "C" fn gsl_linalg_cholesky_solve2(
    LLT: *const gsl_matrix,
    S: *const gsl_vector,
    b: *const gsl_vector,
    x: *mut gsl_vector
) -> c_int