| Package | Description |
|---|---|
| org.cts.op.projection | |
| org.cts.util |
| Modifier and Type | Field and Description |
|---|---|
protected Complex[] |
NewZealandMapGrid.B |
| Modifier and Type | Field and Description |
|---|---|
static Complex |
Complex.i
Complex unit i.
|
static Complex |
Complex.ONE |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Complex(Complex z)
Copy the complex number in parameter.
|
Copyright © 2019 CNRS. All rights reserved.