Integrals.jl icon indicating copy to clipboard operation
Integrals.jl copied to clipboard

FastGaussQuadrature.jl support?

Open oxinabox opened this issue 4 years ago • 2 comments

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)

oxinabox avatar Nov 20 '20 18:11 oxinabox

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

YingboMa avatar Nov 20 '20 22:11 YingboMa

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.

ChrisRackauckas avatar Nov 21 '20 06:11 ChrisRackauckas

Is this solved with #147 and #176 ?

lxvm avatar Sep 23 '23 18:09 lxvm