Uses of Class
org.hipparchus.complex.ComplexUnivariateIntegrator
Packages that use ComplexUnivariateIntegrator
Package
Description
Implementations of Legendre elliptic integrals.
-
Uses of ComplexUnivariateIntegrator in org.hipparchus.special.elliptic.legendre
Methods in org.hipparchus.special.elliptic.legendre with parameters of type ComplexUnivariateIntegratorModifier and TypeMethodDescriptionstatic Complex
LegendreEllipticIntegral.bigE
(Complex phi, Complex m, ComplexUnivariateIntegrator integrator, int maxEval) Get the incomplete elliptic integral of the second kind E(φ, m) using numerical integration.static Complex
LegendreEllipticIntegral.bigF
(Complex phi, Complex m, ComplexUnivariateIntegrator integrator, int maxEval) Get the incomplete elliptic integral of the first kind F(φ, m) using numerical integration.static Complex
LegendreEllipticIntegral.bigPi
(Complex n, Complex phi, Complex m, ComplexUnivariateIntegrator integrator, int maxEval) Get the incomplete elliptic integral of the third kind Π(n, φ, m) using numerical integration.