f0uriest / quadax

Numerical quadrature with JAX
MIT License
39 stars 1 forks source link

User specified points #7

Closed quattro closed 4 months ago

quattro commented 4 months ago

Hi 👋 ,

Very cool library! I'm interested in using it for some numerical approximations in genetics, and was curious if its possible for users to specify points where the integral may have difficulties. This is similar to passing in points=... for scipy.integral.quad.

quattro commented 4 months ago

My apologies! I see that these can be specified within the interval. Thanks again!