|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.complex.Complex
org.apache.commons.math.complex.ComplexTest.TestComplex
public static class ComplexTest.TestComplex
Class to test extending Complex
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 |
---|
public ComplexTest.TestComplex(double real, double imaginary)
public ComplexTest.TestComplex(org.apache.commons.math.complex.Complex other)
Method Detail |
---|
protected ComplexTest.TestComplex createComplex(double real, double imaginary)
createComplex
in class org.apache.commons.math.complex.Complex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |