Type Definition sundials_sys::CVLsJacTimesSetupFnB[][src]

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