Function gsl_sys::gsl_linalg_cholesky_solve_mat[][src]

pub unsafe extern "C" fn gsl_linalg_cholesky_solve_mat(
    cholesky: *const gsl_matrix,
    B: *const gsl_matrix,
    X: *mut gsl_matrix
) -> c_int