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

FastGaussQuadrature.jl support? #48

Closed
oxinabox opened this issue Nov 20, 2020 · 3 comments
Closed

FastGaussQuadrature.jl support? #48

oxinabox opened this issue Nov 20, 2020 · 3 comments

Comments

@oxinabox
Copy link

oxinabox commented Nov 20, 2020

I was looking though quadrature libraries and spotted https://github.com/JuliaApproximation/FastGaussQuadrature.jl

It might be nice to also hook that up to this interface.
(I don't actually have any need for this, was just speculating)

@YingboMa
Copy link
Member

FastGaussQuadrature.jl just gives quadrature nodes and weights. I am not sure what kind of interface we can add to bridge with FastGaussQuadrature.jl

@ChrisRackauckas
Copy link
Member

We could, but it's not adaptive so it's hard. The user would have to supply the number of nodes, and we could then do the calculation, but that wouldn't guarantee a tolerance like the other methods.

@lxvm
Copy link
Collaborator

lxvm commented Sep 23, 2023

Is this solved with #147 and #176 ?

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

No branches or pull requests

4 participants