Uses of Package
org.apache.commons.math3.analysis.integration.gauss
Packages that use org.apache.commons.math3.analysis.integration.gauss
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
Gauss family of quadrature schemes.
-
Classes in org.apache.commons.math3.analysis.integration.gauss used by org.apache.commons.math3.analysis.integrationClassDescriptionClass that provides different ways to compute the nodes and weights to be used by the
Gaussian integration rule
. -
Classes in org.apache.commons.math3.analysis.integration.gauss used by org.apache.commons.math3.analysis.integration.gaussClassDescriptionBase class for rules that determines the integration nodes and their weights.Class that implements the Gaussian rule for
integrating
a weighted function.This class's implementsintegrate
method assuming that the integral is symmetric about 0.