|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Complex | |
org.geotools.math | A set of mathematical objects and algebraic utilities. |
Uses of Complex in org.geotools.math |
Methods in org.geotools.math with parameters of type Complex | |
void |
Complex.copy(Complex c)
Set this complex number to the same value than the specified one. |
void |
Complex.multiply(Complex c,
double s)
Multiplies a complex number by a scalar. |
void |
Complex.multiply(Complex c1,
Complex c2)
Multplies two complex numbers. |
void |
Complex.divide(Complex c1,
Complex c2)
Divides one complex number by another. |
void |
Complex.add(Complex c1,
Complex c2)
Adds to complex numbers. |
void |
Complex.addMultiply(Complex c0,
Complex c1,
Complex c2)
Multplies two complex numbers, and add the result to a third one. |
void |
Complex.power(Complex c,
int power)
Computes the integer power of a complex number up to 6. |
boolean |
Complex.equals(Complex c)
Returns if this complex number has the same value than the specified one. |
Constructors in org.geotools.math with parameters of type Complex | |
Complex(Complex c)
Creates a complex number initialized to the same value than the specified one. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |