Function sundials_sys::IDAGetNonlinearSystemDataSens

source ·
pub unsafe extern "C" fn IDAGetNonlinearSystemDataSens(
    ida_mem: *mut c_void,
    tcur: *mut sunrealtype,
    yySpred: *mut *mut N_Vector,
    ypSpred: *mut *mut N_Vector,
    yySn: *mut *mut N_Vector,
    ypSn: *mut *mut N_Vector,
    cj: *mut sunrealtype,
    user_data: *mut *mut c_void
) -> c_int