Uses of Interface
org.hipparchus.analysis.integration.gauss.FieldRuleFactory
-
Packages that use FieldRuleFactory Package Description org.hipparchus.analysis.integration.gauss Gauss family of quadrature schemes. -
-
Uses of FieldRuleFactory in org.hipparchus.analysis.integration.gauss
Classes in org.hipparchus.analysis.integration.gauss that implement FieldRuleFactory Modifier and Type Class Description class
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.Constructors in org.hipparchus.analysis.integration.gauss with parameters of type FieldRuleFactory Constructor Description ConvertingRuleFactory(FieldRuleFactory<T> fieldFactory)
Simple constructor.
-