[][src]Type Definition sundials_sys::IDALsJacTimesSetupFn

type IDALsJacTimesSetupFn = Option<unsafe extern "C" fn(tt: realtype, yy: N_Vector, yp: N_Vector, rr: N_Vector, c_j: realtype, user_data: *mut c_void) -> c_int>;