Function vector_integ_durand (o2scl)¶
-
template<class vec_t, class fp_t = double>
fp_t o2scl::vector_integ_durand(size_t n, vec_t &v)¶ Integrate with Durand’s rule for 4 or more points.
This function falls back to the equivalent of vector_integ_threept() for 3 points.