Uses of Package
org.apache.commons.math.complex

Packages that use org.apache.commons.math.complex
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
org.apache.commons.math.complex Complex number type and implementations of complex transcendental functions. 
org.apache.commons.math.transform Implementations of transform methods, including Fast Fourier transforms. 
 

Classes in org.apache.commons.math.complex used by org.apache.commons.math.analysis
Complex
          Representation of a Complex number - a number which has both a real and imaginary part.
 

Classes in org.apache.commons.math.complex used by org.apache.commons.math.complex
Complex
          Representation of a Complex number - a number which has both a real and imaginary part.
ComplexFormat
          Formats a Complex number in cartesian format "Re(c) + Im(c)i".
 

Classes in org.apache.commons.math.complex used by org.apache.commons.math.transform
Complex
          Representation of a Complex number - a number which has both a real and imaginary part.