Function sundials_sys::CVodeGetNonlinearSystemData

source ·
pub unsafe extern "C" fn CVodeGetNonlinearSystemData(
    cvode_mem: *mut c_void,
    tcur: *mut sunrealtype,
    ypred: *mut N_Vector,
    yn: *mut N_Vector,
    fn_: *mut N_Vector,
    gamma: *mut sunrealtype,
    rl1: *mut sunrealtype,
    zn1: *mut N_Vector,
    user_data: *mut *mut c_void
) -> c_int