I've been working on implementing sparse grid integration and came across Gauss-Hermite quadrature. It requires the zeros of Hermite polynomials, but these can be calculated easily using the Golub-Welsch algorithm. This is maybe 10 lines of code with Eigen.
Is there any interest in implementing this in Boost? I was thinking of implementing it to test my sparse grid implementation anyway.
I've been working on implementing sparse grid integration and came across Gauss-Hermite quadrature. It requires the zeros of Hermite polynomials, but these can be calculated easily using the Golub-Welsch algorithm. This is maybe 10 lines of code with Eigen.
Is there any interest in implementing this in Boost? I was thinking of implementing it to test my sparse grid implementation anyway.