Template Function hermes::simpsonIntegration

Function Documentation

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