This is a C++ quadrature library reengineered from GSL and with new things added such as double exponential methods.
Note: I originally envisioned providing this library as an extension to the gnu C++ standard library.
I’ve given up on that idea. The standard C++ library is difficult enough to keep up with as it is.
I’ve changed the namespace from __gnu_cxx to emsr (if nlohmann can do it so can I :-)). It stands for Excellent Math System - Reborn. Really!
This is a C++ quadrature library reengineered from GSL and with new things added. This was hived off from tr29124_test.
This library began as a way to test the orthogonal polynomials that were added to the Gnu implementation of the C++ standard library as part of the implementation of TR1 Special Math Functions. This library was dropped by the original author some years back. Then and now, the foundation of this library is the Gnu Scientific Library (GSL) quadrature package which itself is based on the venerable QUADPACK library.
This library is not a simple translation - that would not add real value.
The goals and ideal of this implementation are:
Currently, this is a one-dimensional library. Cubature is a future goal. Monte-Carlo is another subject left out for now. The standard C++