[][src]Function gsl_sys::gsl_linalg_complex_LU_refine

pub unsafe extern "C" fn gsl_linalg_complex_LU_refine(
    A: *const gsl_matrix_complex,
    LU: *const gsl_matrix_complex,
    p: *const gsl_permutation,
    b: *const gsl_vector_complex,
    x: *mut gsl_vector_complex,
    work: *mut gsl_vector_complex
) -> c_int