NumbaQuadpack
NumbaQuadpack copied to clipboard
Python wrapper to some of Quadpack (numerical integration), which can be called from within numba functions.
`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.