T
- the type of the field elementspublic abstract class FieldJacobiElliptic<T extends CalculusFieldElement<T>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
FieldJacobiElliptic(T m)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
getM()
Get the parameter of the function.
|
FieldCopolarC<T> |
valuesC(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point c in Glaisher’s Notation.
|
FieldCopolarC<T> |
valuesC(T u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point c in Glaisher’s Notation.
|
FieldCopolarD<T> |
valuesD(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point d in Glaisher’s Notation.
|
FieldCopolarD<T> |
valuesD(T u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point d in Glaisher’s Notation.
|
FieldCopolarN<T> |
valuesN(double u)
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
|
abstract FieldCopolarN<T> |
valuesN(T u)
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
|
FieldCopolarS<T> |
valuesS(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
|
FieldCopolarS<T> |
valuesS(T u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
|
protected FieldJacobiElliptic(T m)
m
- parameter of the functionpublic T getM()
public abstract FieldCopolarN<T> valuesN(T u)
u
- argument of the functionssn(u|m)
, cn(u|m)
, and dn(u|m)
.public FieldCopolarN<T> valuesN(double u)
u
- argument of the functionssn(u|m)
, cn(u|m)
, and dn(u|m)
.public FieldCopolarS<T> valuesS(T u)
u
- argument of the functionscs(u|m)
, ds(u|m)
and ns(u|m)
.public FieldCopolarS<T> valuesS(double u)
u
- argument of the functionscs(u|m)
, ds(u|m)
and ns(u|m)
.public FieldCopolarC<T> valuesC(T u)
u
- argument of the functionsdc(u|m)
, nc(u|m)
, and sc(u|m)
.public FieldCopolarC<T> valuesC(double u)
u
- argument of the functionsdc(u|m)
, nc(u|m)
, and sc(u|m)
.public FieldCopolarD<T> valuesD(T u)
u
- argument of the functionsnd(u|m)
, sd(u|m)
, and cd(u|m)
.public FieldCopolarD<T> valuesD(double u)
u
- argument of the functionsnd(u|m)
, sd(u|m)
, and cd(u|m)
.Copyright © 2016-2021 CS GROUP. All rights reserved.