Package | Description |
---|---|
org.hipparchus.special.elliptic.legendre |
Implementations of Legendre elliptic integrals.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.