org.apache.commons.math.complex
Class ComplexTest.TestComplex

java.lang.Object
  extended by org.apache.commons.math.complex.Complex
      extended by org.apache.commons.math.complex.ComplexTest.TestComplex
All Implemented Interfaces:
Serializable, org.apache.commons.math.FieldElement<org.apache.commons.math.complex.Complex>
Enclosing class:
ComplexTest

public static class ComplexTest.TestComplex
extends org.apache.commons.math.complex.Complex

Class to test extending Complex

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.math.complex.Complex
I, INF, NaN, ONE, ZERO
 
Constructor Summary
ComplexTest.TestComplex(org.apache.commons.math.complex.Complex other)
           
ComplexTest.TestComplex(double real, double imaginary)
           
 
Method Summary
protected  ComplexTest.TestComplex createComplex(double real, double imaginary)
           
 
Methods inherited from class org.apache.commons.math.complex.Complex
abs, acos, add, asin, atan, conjugate, cos, cosh, divide, equals, exp, getArgument, getField, getImaginary, getReal, hashCode, isInfinite, isNaN, log, multiply, multiply, negate, nthRoot, pow, readResolve, sin, sinh, sqrt, sqrt1z, subtract, tan, tanh
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexTest.TestComplex

public ComplexTest.TestComplex(double real,
                               double imaginary)

ComplexTest.TestComplex

public ComplexTest.TestComplex(org.apache.commons.math.complex.Complex other)
Method Detail

createComplex

protected ComplexTest.TestComplex createComplex(double real,
                                                double imaginary)
Overrides:
createComplex in class org.apache.commons.math.complex.Complex


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.