Package org.apache.commons.math3.analysis.integration.gauss

Gauss family of quadrature schemes.

See:
          Description

Class Summary
BaseRuleFactory<T extends Number> Base class for rules that determines the integration nodes and their weights.
GaussIntegrator Class that implements the Gaussian rule for integrating a weighted function.
GaussIntegratorFactory Class that provides different ways to compute the nodes and weights to be used by the Gaussian integration rule.
LegendreHighPrecisionRuleFactory Factory that creates Gauss-type quadrature rule using Legendre polynomials.
LegendreRuleFactory Factory that creates Gauss-type quadrature rule using Legendre polynomials.
 

Package org.apache.commons.math3.analysis.integration.gauss Description

Gauss family of quadrature schemes.



Copyright © 2017 CNES. All Rights Reserved.