Function sundials_sys::symamd_l

source ·
pub unsafe extern "C" fn symamd_l(
    n: c_long,
    A: *mut c_long,
    p: *mut c_long,
    perm: *mut c_long,
    knobs: *mut f64,
    stats: *mut c_long,
    allocate: Option<unsafe extern "C" fn(arg1: usize, arg2: usize) -> *mut c_void>,
    release: Option<unsafe extern "C" fn(arg1: *mut c_void)>
) -> c_long