T
- the type of the field elementspublic class FieldJacobiTheta<T extends CalculusFieldElement<T>> extends Object
Constructor and Description |
---|
FieldJacobiTheta(T q)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
getQ()
Get the nome.
|
FieldTheta<T> |
values(T z)
Evaluate the Jacobi theta functions.
|
public FieldJacobiTheta(T 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
- nomepublic T getQ()
public FieldTheta<T> values(T z)
z
- argument of the functionsCopyright © 2016-2021 CS GROUP. All rights reserved.