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

add some other quadrature methods #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

chillenb
Copy link
Contributor

This code is very experimental and could have subtle mistakes. Use with caution.
(probably create a new branch to play with it)

Often, trapezoidal quadrature is already superior to Gregory (and repeated Simpson) for small k, but very high order Gregory quadrature can beat it.

Enjoy!!

@chillenb
Copy link
Contributor Author

chillenb commented Jul 1, 2024

The Gregory quadrature method in this code is the one described in
https://doi.org/10.1016/j.cpc.2020.107484.

It seems to be the same method as Appendix I and II of
https://doi.org/10.1093/imanum/2.2.131
This paper is a very good reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant