Package | Description |
---|---|
numerics |
Modifier and Type | Method and Description |
---|---|
static double |
SphericalHarmonics.plgndr(int l,
int m,
double x)
NRC method for computing associated Legendre polynomial values.
|
static Complex |
SphericalHarmonics.Y(int l,
int m,
double theta,
double phi)
Computes spherical harmonic of order l, index m at colatitude theta and
longitude phi.
|