Uses of Class
org.hipparchus.complex.FieldComplexUnivariateIntegrator
Package
Description
Implementations of Legendre elliptic integrals.
-
Uses of FieldComplexUnivariateIntegrator in org.hipparchus.special.elliptic.legendre
Modifier and TypeMethodDescriptionstatic <T extends CalculusFieldElement<T>>
FieldComplex<T>LegendreEllipticIntegral.bigE
(FieldComplex<T> phi, FieldComplex<T> m, FieldComplexUnivariateIntegrator<T> integrator, int maxEval) Get the incomplete elliptic integral of the second kind E(φ, m).static <T extends CalculusFieldElement<T>>
FieldComplex<T>LegendreEllipticIntegral.bigF
(FieldComplex<T> phi, FieldComplex<T> m, FieldComplexUnivariateIntegrator<T> integrator, int maxEval) Get the incomplete elliptic integral of the first kind F(φ, m).static <T extends CalculusFieldElement<T>>
FieldComplex<T>LegendreEllipticIntegral.bigPi
(FieldComplex<T> n, FieldComplex<T> phi, FieldComplex<T> m, FieldComplexUnivariateIntegrator<T> integrator, int maxEval) Get the incomplete elliptic integral of the third kind Π(n, φ, m).