Function sundials_sys::IDAGetAdjY

source ·
pub unsafe extern "C" fn IDAGetAdjY(
    ida_mem: *mut c_void,
    t: realtype,
    yy: N_Vector,
    yp: N_Vector
) -> c_int