T
- the type of the field elementspublic class FieldTheta<T extends CalculusFieldElement<T>> extends Object
Jacobi theta
functions.
This is a container for the four Jacobi theta functions θ₁(z|τ), θ₂(z|τ), θ₃(z|τ), and θ₄(z|τ).
FieldJacobiTheta
Modifier and Type | Method and Description |
---|---|
T |
theta1()
Get the value of the θ₁(z|τ) function.
|
T |
theta2()
Get the value of the θ₂(z|τ) function.
|
T |
theta3()
Get the value of the θ₃(z|τ) function.
|
T |
theta4()
Get the value of the θ₄(z|τ) function.
|
public T theta1()
public T theta2()
public T theta3()
public T theta4()
Copyright © 2016-2021 CS GROUP. All rights reserved.