Type Definition sundials_sys::IDALsJacFn

source ·
pub type IDALsJacFn = Option<unsafe extern "C" fn(t: realtype, c_j: realtype, y: N_Vector, yp: N_Vector, r: N_Vector, Jac: SUNMatrix, user_data: *mut c_void, tmp1: N_Vector, tmp2: N_Vector, tmp3: N_Vector) -> c_int>;