Uses of Class
org.geotools.math.Complex

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 that return Complex
 Complex Complex.clone()
          Returns a copy of this complex number.
 

Methods in org.geotools.math with parameters of type Complex
 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.copy(Complex c)
          Set this complex number to the same value than the specified one.
 void Complex.divide(Complex c1, Complex c2)
          Divides one complex number by another.
 boolean Complex.equals(Complex c)
          Returns true if this complex number has the same value than the specified one.
 void Complex.multiply(Complex c1, Complex c2)
          Multplies two complex numbers.
 void Complex.multiply(Complex c, double s)
          Multiplies a complex number by a scalar.
 void Complex.power(Complex c, int power)
          Computes the integer power of a complex number up to 6.
 

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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.