Package | Description |
---|---|
numerics | |
sphfunc |
Modifier and Type | Method and Description |
---|---|
Complex |
Complex.conjugate()
Returns the complex conjugate.
|
Complex |
Complex.cos()
Returns the cosine.
|
Complex |
Complex.cosh() |
Complex |
Complex.divide(Complex c)
Complex division.
|
Complex |
Complex.inverse()
Reciprocates the complex number.
|
Complex |
Complex.negate()
Negates the complex number.
|
Complex |
Complex.plus(Complex c)
Adds complex numbers.
|
Complex |
Complex.positive()
Makes both components positive.
|
Complex |
Complex.sin()
Returns the sine.
|
Complex |
Complex.sinh() |
Complex |
Complex.sqrt()
Returns the square root.
|
Complex |
Complex.subtract(Complex c)
Subtracts complex numbers.
|
Complex |
Complex.tan()
Returns the tangent.
|
Complex |
Complex.tanh() |
Complex |
Complex.times(Complex c)
Multiplies complex numbers.
|
Complex |
Complex.times(double d)
Multiplies by a scalar.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Complex |
Complex.divide(Complex c)
Complex division.
|
boolean |
Complex.equals(Complex c) |
Complex |
Complex.plus(Complex c)
Adds complex numbers.
|
Complex |
Complex.subtract(Complex c)
Subtracts complex numbers.
|
Complex |
Complex.times(Complex c)
Multiplies complex numbers.
|
Modifier and Type | Method and Description |
---|---|
Complex |
EvenSHS.getCoeff(int l,
int m)
Returns a particular coefficient given the spherical harmonic order and
index.
|