Gauss family of quadrature schemes.
-
class
This class's implements
integrate
method assuming that the integral is symmetric about 0.
GaussIntegratorFactory.laguerre(int numberOfPoints)
Creates a Gauss-Laguerre integrator of the given order.
GaussIntegratorFactory.legendre(int numberOfPoints)
Creates a Gauss-Legendre integrator of the given order.
GaussIntegratorFactory.legendre(int numberOfPoints,
double lowerBound,
double upperBound)
Creates a Gauss-Legendre integrator of the given order.
Creates a Gauss-Legendre integrator of the given order.
Creates an integrator of the given order, and whose call to the
integrate
method will perform an integration on the given interval.