This might be obvious, but why do you do `_w .*= sqrt(π)/sum(exp.(-_x.^2).*_w)` (in line 54) to the [unweighted Gauss-Hermite quadrature weights](https://github.com/JuliaApproximation/FastGaussQuadrature.jl/blob/7740d0af45132b3576064769e397a309876c0883/src/gausshermite.jl)? Thanks!
This might be obvious, but why do you do
_w .*= sqrt(π)/sum(exp.(-_x.^2).*_w)(in line 54) to the unweighted Gauss-Hermite quadrature weights?
Thanks!