Function vector_integ_ul_xy_interp (o2scl)¶
-
template<class vec_t, class vec2_t>
double o2scl::vector_integ_ul_xy_interp(size_t n, double x2, const vec_t &x, const vec2_t &y, size_t interp_type = itp_linear)¶ Compute the integral over
y(x)
using interpolation up to a specified upper limit.