Package | Description |
---|---|
org.hipparchus.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
ConvertingRuleFactory(FieldRuleFactory<T> fieldFactory)
Simple constructor.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.