jacobwilliams / quadpack

Modern Fortran QUADPACK Library for 1D numerical quadrature
Other
62 stars 7 forks source link

tanh-sinh quadrature #13

Open jacobwilliams opened 2 years ago

jacobwilliams commented 2 years ago

Consider adding fixed-precision versions of David H. Bailey's routines from tquad.f90 in MPFUN2020.

ivan-pi commented 2 years ago

The package DE-Quadrature also contains a Fortran implementation of tanh-sinh quadrature (also called double exponential quadrature).

@arjenmarkus also offered an implementation of his in https://github.com/fortran-lang/stdlib/issues/612 (see also my comment therein).