public class JacobiTheta extends Object
| Constructor and Description |
|---|
JacobiTheta(double q)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getQ()
Get the nome.
|
Theta |
values(Complex z)
Evaluate the Jacobi theta functions.
|
public JacobiTheta(double q)
The nome q can 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.
q - nomeCopyright © 2016-2021 CS GROUP. All rights reserved.