Type Definition sundials_sys::CVLsLinSysFn[][src]

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