[][src]Type Definition sundials_sys::CVLsJacFn

type CVLsJacFn = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, fy: N_Vector, Jac: SUNMatrix, user_data: *mut c_void, tmp1: N_Vector, tmp2: N_Vector, tmp3: N_Vector) -> c_int>;