Uses of Interface
org.hipparchus.analysis.integration.gauss.FieldRuleFactory
-
Uses of FieldRuleFactory in org.hipparchus.analysis.integration.gauss
Modifier and TypeClassDescriptionclass
FieldAbstractRuleFactory<T extends CalculusFieldElement<T>>
Base class for rules that determines the integration nodes and their weights.class
FieldHermiteRuleFactory<T extends CalculusFieldElement<T>>
Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.class
FieldLaguerreRuleFactory<T extends CalculusFieldElement<T>>
Factory that creates Gauss-type quadrature rule using Laguerre polynomials.class
FieldLegendreRuleFactory<T extends CalculusFieldElement<T>>
Factory that creates Gauss-type quadrature rule using Legendre polynomials.ModifierConstructorDescriptionConvertingRuleFactory
(FieldRuleFactory<T> fieldFactory) Simple constructor.