Class JacobiTheta
- java.lang.Object
-
- org.hipparchus.special.elliptic.jacobi.JacobiTheta
-
public class JacobiTheta extends Object
Algorithm computing Jacobi theta functions.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description JacobiTheta(double q)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetQ()Get the nome.Thetavalues(Complex z)Evaluate the Jacobi theta functions.
-
-
-
Constructor Detail
-
JacobiTheta
public JacobiTheta(double q)
Simple constructor.The nome
qcan be computed using ratios of complete elliptic integrals (LegendreEllipticIntegral.nome(m)which are themselves defined in term of parameter m, where m=k² and k is the elliptic modulus.- Parameters:
q- nome
-
-