NumbaQuadpack icon indicating copy to clipboard operation
NumbaQuadpack copied to clipboard

Python wrapper to some of Quadpack (numerical integration), which can be called from within numba functions.

Results 3 NumbaQuadpack issues
Sort by recently updated
recently updated
newest added

`dqags` seem can not to make infinite integration, please try to `dqagi`

On of really useful things in `scipy.integrate` is n-dimensional integration [`nquad`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.nquad.html). I am wondering how hard is to implement this feature in `NumbaQuadpack`?

It would be great, if numbaquadpack was running on Windows systems.