Package org.apache.commons.math3.analysis.integration.gauss
package org.apache.commons.math3.analysis.integration.gauss
Gauss family of quadrature schemes.
-
ClassesClassDescriptionBaseRuleFactory<T extends Number>Base class for rules that determines the integration nodes and their weights.Class that implements the Gaussian rule for
integrating
a weighted function.Class that provides different ways to compute the nodes and weights to be used by theGaussian integration rule
.Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.Factory that creates Gauss-type quadrature rule using Legendre polynomials.Factory that creates Gauss-type quadrature rule using Legendre polynomials.This class's implementsintegrate
method assuming that the integral is symmetric about 0.