Type Definition sundials_sys::IDASensResFn[][src]

type IDASensResFn = Option<unsafe extern "C" fn(Ns: c_int, t: realtype, yy: N_Vector, yp: N_Vector, resval: N_Vector, yyS: *mut N_Vector, ypS: *mut N_Vector, resvalS: *mut N_Vector, user_data: *mut c_void, tmp1: N_Vector, tmp2: N_Vector, tmp3: N_Vector) -> c_int>;