Uses of Interface
org.hipparchus.analysis.integration.gauss.FieldRuleFactory
Packages that use FieldRuleFactory
-
Uses of FieldRuleFactory in org.hipparchus.analysis.integration.gauss
Classes in org.hipparchus.analysis.integration.gauss that implement FieldRuleFactoryModifier and TypeClassDescriptionclassFieldAbstractRuleFactory<T extends CalculusFieldElement<T>>Base class for rules that determines the integration nodes and their weights.classFieldHermiteRuleFactory<T extends CalculusFieldElement<T>>Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.classFieldLaguerreRuleFactory<T extends CalculusFieldElement<T>>Factory that creates Gauss-type quadrature rule using Laguerre polynomials.classFieldLegendreRuleFactory<T extends CalculusFieldElement<T>>Factory that creates Gauss-type quadrature rule using Legendre polynomials.Constructors in org.hipparchus.analysis.integration.gauss with parameters of type FieldRuleFactoryModifierConstructorDescriptionConvertingRuleFactory(FieldRuleFactory<T> fieldFactory) Simple constructor.