private static class NasmythPointingModel.ZonalHarmonicFunction extends Object implements Multidimensional
| Modifier and Type | Field and Description |
|---|---|
private int |
l |
private int |
m |
private double |
xhigh
Zonal harmonics: theta-hi cosine.
|
private double |
xlow
Zonal harmonics: theta-hi.
|
| Modifier | Constructor and Description |
|---|---|
private |
ZonalHarmonicFunction(int ll,
int mm) |
private |
ZonalHarmonicFunction(int ll,
int mm,
double thetalow,
double thetahigh) |
| Modifier and Type | Method and Description |
|---|---|
int |
dimension() |
double |
evaluateWithNan(VectorG azcosz)
The dimension of the parameter vector must match our lm-tupel.
|
private int l
private int m
private double xhigh
private double xlow
private ZonalHarmonicFunction(int ll,
int mm)
private ZonalHarmonicFunction(int ll,
int mm,
double thetalow,
double thetahigh)
public int dimension()
dimension in interface Multidimensionalpublic double evaluateWithNan(VectorG azcosz)
evaluateWithNan in interface Multidimensional