[][src]Type Definition sundials_sys::CVLsJacTimesVecFn

type CVLsJacTimesVecFn = Option<unsafe extern "C" fn(v: N_Vector, Jv: N_Vector, t: realtype, y: N_Vector, fy: N_Vector, user_data: *mut c_void, tmp: N_Vector) -> c_int>;