Template Function hermes::adaptiveSimpsonIntegration

Function Documentation

template <typename QPXL, typename INTTYPE>
QPXL hermes::adaptiveSimpsonIntegration(std::function<INTTYPE(QLength)> f, QLength start, QLength stop, QPXL tolerance, int N = 30, )