Fortran program for generating Gauss-Kronrod coefficients.
Uses the MPFUN2020 arbitrary precision Fortran library.
The purpose of this is to use it for the new modernized QUADPACK library.
A Fortran Package Manager manifest file is included, so that the application can be compiled and run with FPM. For example:
fpm run --profile release
- Modernized QUADPACK library.
- The main program is based on this code: https://people.sc.fsu.edu/~jburkardt/f_src/kronrod/kronrod.html, which was modified to use the MPFUN2020 library.
- Robert Piessens, Maria Branders, "A Note on the Optimal Addition of Abscissas to Quadrature Formulas of Gauss and Lobatto", Mathematics of Computation, Volume 28, Number 125, January 1974, pages 135-139.
- David H. Bailey, MPFUN2020: A new thread-safe arbitrary precision package (Full Documentation), January 9, 2022