|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Complex | |
|---|---|
| org.cts.op.projection | |
| org.cts.util | |
| Uses of Complex in org.cts.op.projection |
|---|
| Fields in org.cts.op.projection declared as Complex | |
|---|---|
protected Complex[] |
NewZealandMapGrid.B
|
| Uses of Complex in org.cts.util |
|---|
| Fields in org.cts.util declared as Complex | |
|---|---|
static Complex |
Complex.i
Complex unit i. |
static Complex |
Complex.ONE
|
| Methods in org.cts.util that return Complex | |
|---|---|
static Complex |
Complex.asin(Complex z)
Computes complex arcsine. |
static Complex |
Complex.atan(Complex z)
Computes complex arctangent. |
static Complex |
Complex.atanh(Complex z)
Computes complex arctangent. |
Complex |
Complex.axpb(Complex a,
Complex b)
Computes linear combination 'a times x plus b'. |
Complex |
Complex.axpb(double a,
double b)
Computes linear combination 'a times x plus b'. |
Complex |
Complex.conj()
Returns the conjugate complex number. |
static Complex |
Complex.cos(Complex z)
Computes complex cosine. |
static Complex |
Complex.cosh(Complex z)
Computes hyperbolic cosine. |
static Complex |
Complex.createComplexFromA(double phi)
Returns a complex number with magnitude one and arbitrary argument. |
static Complex |
Complex.createComplexFromRA(double radius,
double phi)
Returns a complex number from radius/magnitude and argument. |
Complex |
Complex.divideBy(Complex z)
Computes fraction between this and the complex number z. |
static Complex |
Complex.exp(Complex z)
Computes complex exponential. |
static Complex |
Complex.ln(Complex z)
Computes complex natural logarithm. |
Complex |
Complex.minus(Complex z)
Provides difference of this and right hand side. |
Complex |
Complex.minus(double x)
Provides difference of this and a real number. |
Complex |
Complex.plus(Complex z)
Provides sum of this and right hand side. |
Complex |
Complex.plus(double x)
Provides sum of this and a real number. |
static Complex |
Complex.pow(Complex z)
Computes complex power. |
static Complex |
Complex.sin(Complex z)
Computes complex sine. |
static Complex |
Complex.sinh(Complex z)
Computes hyperbolic sine. |
static Complex |
Complex.sqrt(Complex z)
Computes complex square root. |
static Complex |
Complex.tan(Complex z)
Computes complex tangent. |
static Complex |
Complex.tanh(Complex z)
Computes hyperbolic tangent. |
Complex |
Complex.times(Complex z)
Provides product of this and complex right hand side. |
Complex |
Complex.times(double x)
Provides product of this and float right hand side. |
| Methods in org.cts.util with parameters of type Complex | |
|---|---|
static Complex |
Complex.asin(Complex z)
Computes complex arcsine. |
static Complex |
Complex.atan(Complex z)
Computes complex arctangent. |
static Complex |
Complex.atanh(Complex z)
Computes complex arctangent. |
Complex |
Complex.axpb(Complex a,
Complex b)
Computes linear combination 'a times x plus b'. |
static Complex |
Complex.cos(Complex z)
Computes complex cosine. |
static Complex |
Complex.cosh(Complex z)
Computes hyperbolic cosine. |
Complex |
Complex.divideBy(Complex z)
Computes fraction between this and the complex number z. |
static Complex |
Complex.exp(Complex z)
Computes complex exponential. |
static Complex |
Complex.ln(Complex z)
Computes complex natural logarithm. |
Complex |
Complex.minus(Complex z)
Provides difference of this and right hand side. |
Complex |
Complex.plus(Complex z)
Provides sum of this and right hand side. |
static Complex |
Complex.pow(Complex z)
Computes complex power. |
static Complex |
Complex.sin(Complex z)
Computes complex sine. |
static Complex |
Complex.sinh(Complex z)
Computes hyperbolic sine. |
static Complex |
Complex.sqrt(Complex z)
Computes complex square root. |
static Complex |
Complex.tan(Complex z)
Computes complex tangent. |
static Complex |
Complex.tanh(Complex z)
Computes hyperbolic tangent. |
Complex |
Complex.times(Complex z)
Provides product of this and complex right hand side. |
| Constructors in org.cts.util with parameters of type Complex | |
|---|---|
Complex(Complex z)
Copy the complex number in parameter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||