Type Definition sundials_sys::CVLsJacTimesVecFnB

source ·
pub type CVLsJacTimesVecFnB = Option<unsafe extern "C" fn(vB: N_Vector, JvB: N_Vector, t: realtype, y: N_Vector, yB: N_Vector, fyB: N_Vector, jac_dataB: *mut c_void, tmpB: N_Vector) -> c_int>;