Uses of Class
org.apache.commons.math3.analysis.integration.gauss.BaseRuleFactory
Packages that use BaseRuleFactory
Package
Description
Gauss family of quadrature schemes.
-
Uses of BaseRuleFactory in org.apache.commons.math3.analysis.integration.gauss
Subclasses of BaseRuleFactory in org.apache.commons.math3.analysis.integration.gaussModifier and TypeClassDescriptionclass
Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.class
Factory that creates Gauss-type quadrature rule using Legendre polynomials.class
Factory that creates Gauss-type quadrature rule using Legendre polynomials.