Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CQUAD doubly-adaptive integration #15

Open
ivan-pi opened this issue Jan 20, 2022 · 1 comment
Open

CQUAD doubly-adaptive integration #15

ivan-pi opened this issue Jan 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ivan-pi
Copy link
Contributor

ivan-pi commented Jan 20, 2022

The GNU Scientific Library also contains an implementation of the algorithm from

P. Gonnet, “Increasing the Reliability of Adaptive Quadrature Using Explicit Interpolants”, ACM Transactions on Mathematical Software, Volume 37 (2010), Issue 3, Article 26. https://doi.org/10.1145/1824801.1824804

In principle Fortran programmers can use it via the fgsl wrapper library, but it would be nice to have them all in one place.

The same author also published a review of error estimation approaches

Gonnet, P. (2012). A review of error estimation in adaptive quadrature. ACM Computing Surveys (CSUR), 44(4), 1-36. https://dl.acm.org/doi/abs/10.1145/2333112.2333117

@ivan-pi
Copy link
Contributor Author

ivan-pi commented Jan 20, 2022

This algorithm is also available as quadcc in Octave. As a side note, I'm kind of impressed by the quality of Octave's documentation on numerical integration.

@jacobwilliams jacobwilliams added the enhancement New feature or request label Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants