Template Function hermes::trapesoidIntegration

Function Documentation

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