public class FieldGHIJjsPolynomials<T extends CalculusFieldElement<T>> extends Object
The expressions used are equations 4.1-(10) from the Danielson paper.
Constructor and Description |
---|
FieldGHIJjsPolynomials(T k,
T h,
T alpha,
T beta)
Create a set of Gjs, Hjs, Ijs and Jjs polynomials.
|
Modifier and Type | Method and Description |
---|---|
T |
getdGjsdAlpha(int j,
int s)
Get the dGjs / dα coefficient.
|
T |
getdGjsdBeta(int j,
int s)
Get the dGjs / dβ coefficient.
|
T |
getdGjsdh(int j,
int s)
Get the dGjs / dh coefficient.
|
T |
getdGjsdk(int j,
int s)
Get the dGjs / dk coefficient.
|
T |
getdHjsdAlpha(int j,
int s)
Get the dHjs / dα coefficient.
|
T |
getdHjsdBeta(int j,
int s)
Get the dHjs / dβ coefficient.
|
T |
getdHjsdh(int j,
int s)
Get the dHjs / dh coefficient.
|
T |
getdHjsdk(int j,
int s)
Get the dHjs / dk coefficient.
|
T |
getdIjsdAlpha(int j,
int s)
Get the dIjs / dα coefficient.
|
T |
getdIjsdBeta(int j,
int s)
Get the dIjs / dβ coefficient.
|
T |
getdIjsdh(int j,
int s)
Get the dIjs / dh coefficient.
|
T |
getdIjsdk(int j,
int s)
Get the dIjs / dk coefficient.
|
T |
getdJjsdAlpha(int j,
int s)
Get the dJjs / dα coefficient.
|
T |
getdJjsdBeta(int j,
int s)
Get the dJjs / dβ coefficient.
|
T |
getdJjsdh(int j,
int s)
Get the dJjs / dh coefficient.
|
T |
getdJjsdk(int j,
int s)
Get the dJjs / dk coefficient.
|
T |
getGjs(int j,
int s)
Get the Gjs coefficient.
|
T |
getHjs(int j,
int s)
Get the Hjs coefficient.
|
T |
getIjs(int j,
int s)
Get the Ijs coefficient.
|
T |
getJjs(int j,
int s)
Get the Jjs coefficient.
|
public T getGjs(int j, int s)
j
- j subscripts
- s subscriptpublic T getdGjsdk(int j, int s)
j
- j subscripts
- s subscriptpublic T getdGjsdh(int j, int s)
j
- j subscripts
- s subscriptpublic T getdGjsdAlpha(int j, int s)
j
- j subscripts
- s subscriptpublic T getdGjsdBeta(int j, int s)
j
- j subscripts
- s subscriptpublic T getHjs(int j, int s)
j
- j subscripts
- s subscriptpublic T getdHjsdk(int j, int s)
j
- j subscripts
- s subscriptpublic T getdHjsdh(int j, int s)
j
- j subscripts
- s subscriptpublic T getdHjsdAlpha(int j, int s)
j
- j subscripts
- s subscriptpublic T getdHjsdBeta(int j, int s)
j
- j subscripts
- s subscriptpublic T getIjs(int j, int s)
j
- j subscripts
- s subscriptpublic T getdIjsdk(int j, int s)
j
- j subscripts
- s subscriptpublic T getdIjsdh(int j, int s)
j
- j subscripts
- s subscriptpublic T getdIjsdAlpha(int j, int s)
j
- j subscripts
- s subscriptpublic T getdIjsdBeta(int j, int s)
j
- j subscripts
- s subscriptpublic T getJjs(int j, int s)
j
- j subscripts
- s subscriptpublic T getdJjsdk(int j, int s)
j
- j subscripts
- s subscriptpublic T getdJjsdh(int j, int s)
j
- j subscripts
- s subscriptpublic T getdJjsdAlpha(int j, int s)
j
- j subscripts
- s subscriptpublic T getdJjsdBeta(int j, int s)
j
- j subscripts
- s subscriptCopyright © 2002-2022 CS GROUP. All rights reserved.