Function sundials_sys::CVodeGetAdjY

source ·
pub unsafe extern "C" fn CVodeGetAdjY(
    cvode_mem: *mut c_void,
    t: sunrealtype,
    y: N_Vector
) -> c_int