Type Definition sundials_sys::CVLsJacTimesSetupFnBS

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