Uses of Class
org.apache.commons.math4.analysis.integration.gauss.BaseRuleFactory
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
-
Uses of BaseRuleFactory in org.apache.commons.math4.analysis.integration.gauss
Subclasses of BaseRuleFactory in org.apache.commons.math4.analysis.integration.gauss Modifier and Type Class Description classHermiteRuleFactoryFactory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.classLaguerreRuleFactoryFactory that creates Gauss-type quadrature rule using Laguerre polynomials.classLegendreHighPrecisionRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.classLegendreRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.