Class FieldLaguerreRuleFactory<T extends CalculusFieldElement<T>>

java.lang.Object
org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory<T>
org.hipparchus.analysis.integration.gauss.FieldLaguerreRuleFactory<T>
Type Parameters:
T - Type of the number used to represent the points and weights of the quadrature rules.
All Implemented Interfaces:
FieldRuleFactory<T>

public class FieldLaguerreRuleFactory<T extends CalculusFieldElement<T>> extends FieldAbstractRuleFactory<T>
Factory that creates Gauss-type quadrature rule using Laguerre polynomials.
Since:
2.0
See Also: