-
## Problem
A nice feature of using `Integrals.jl` compared to `QuadGK.jl` is that we have a common interface to multiple different quadrature methods. But at the moment we can't use them because the …
-
### What is the idea?
Currently, the GaussLegendre class enables:
- to get the nodes and weights of any GaussLegendre quadrature with the methods getNodes() and getWeights()
- to get the nodes…
-
### Issue with current documentation:
The current documentation lists all available quadrature methods (given function object) in SciPy. However, it does not offer any guidance on which one to choose…
-
Post #370, akin to kernel / likelihood quadrature computation, would be good to have on the top level default methods for these defined on the `Prior` that say what solver and root method we'd like to…
-
I would like to request a function that could return weights and points for the [Lebedev quadrature](https://en.wikipedia.org/wiki/Lebedev_quadrature) (doi:[10.1016/0041-5553(76)90100-2](https://doi.o…
-
That would make the quadrature interface more universal to the package ecosystem of quadrature methods.
-
# Feature request
We've made some strides improving the quadrature handling in GPflow. It would be amazing if we could also make it possible to use alternatives to the default Gauss-Hermite quadratur…
-
1. Bulk and CouplingIntegral allocates its own eval point subsets for the bulk points. This should be eliminated. The Coupling Integral should refer to the Bulk Integral for its bulk point subset. How…
-
-
Hi @vpuri3 I am interested in this project and also
- Gauss-Hermite
- Gauss-Laguerre
quadratures, and how nonlinear terms are handled. In particular there is a body of work in ultra-cold gases t…