Skip to content

Adding methods to return the eval buffer and option to start integration from eval buffer #76

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

kishore-nori
Copy link

The PR adds functionality in the spirit of QuadGK.jl's quadgk_segbuf method and eval_segbuf keyword argument. The functionality is written similar to that of the equivalent functionality present in QuadGK.jl.

  • added hcubature_return_evalbuf along with the count and print variants, to additionally return the final evaluation partition buffer of the adaptive quadrature.
  • added eval_buffer keyword argument to optionally pass an existing partition buffer, that shall be used as the initial partition for the adaptive quadrature algorithm to start with.
  • added docs for the above functionality.
  • added tests to cover the new functionality.

Will look forward to the comments and suggestion for changes and improvements. Thanks a lot for QuadGK.jl and HCubature.jl.

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.

1 participant