Uses of Interface
org.hipparchus.analysis.integration.gauss.RuleFactory
-
Packages that use RuleFactory Package Description org.hipparchus.analysis.integration.gauss Gauss family of quadrature schemes. -
-
Uses of RuleFactory in org.hipparchus.analysis.integration.gauss
Classes in org.hipparchus.analysis.integration.gauss that implement RuleFactory Modifier and Type Class Description class
AbstractRuleFactory
Base class for rules that determines the integration nodes and their weights.class
ConvertingRuleFactory<T extends FieldElement<T>>
class
HermiteRuleFactory
Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.class
LaguerreRuleFactory
Factory that creates Gauss-type quadrature rule using Laguerre polynomials.class
LegendreRuleFactory
Factory that creates Gauss-type quadrature rule using Legendre polynomials.
-