GaussLegendre2dHist: 2d quadrature transformation (1d histogram)¶
Description¶
Computes 1d Gauss-Legendre quadrature for a 2d function. Produces 1d histogram as the output. The transformation is used in pair with GaussLegendre2d.
Arguments¶
GaussLegendre2d instance.
Inputs¶
1) hist.f — function, computed on sample points points.x and points.y of the corresponding
GaussLegendre2d instance.
Outputs¶
hist.hist— the histogram.
Implementation¶
See Implementation for description.