Function sundials_sys::CVodeF

source ·
pub unsafe extern "C" fn CVodeF(
    cvode_mem: *mut c_void,
    tout: sunrealtype,
    yout: N_Vector,
    tret: *mut sunrealtype,
    itask: c_int,
    ncheckPtr: *mut c_int
) -> c_int