|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Complex | |
---|---|
cz.cuni.jagrlib | Core JaGrLib package. |
Uses of Complex in cz.cuni.jagrlib |
---|
Methods in cz.cuni.jagrlib that return Complex | |
---|---|
static Complex |
Complex.add(Complex a,
Complex b)
External addition. |
Complex |
Complex.conjugate()
Returns conjugate complex number. |
static Complex |
Complex.div(Complex a,
Complex b)
External division. |
Complex |
Complex.exp()
External exponentiation (returns e ^ this). |
Complex |
Complex.inverse()
Returns inverse number. |
Complex |
Complex.log()
External natural logarithm. |
static Complex |
Complex.mul(Complex a,
Complex b)
External multiplication. |
static Complex |
Complex.polar(double r,
double theta)
|
Complex |
Complex.power(Complex exponent)
External power with complex exponent. |
Complex |
Complex.power(double exponent)
External power with real exponent. |
Complex |
Complex.power(int exponent)
External power with integer exponent. |
Complex |
Complex.scale(double k)
Returns scaled complex number. |
Complex |
Complex.sqrt()
External square root. |
static Complex |
Complex.sub(Complex a,
Complex b)
External subtraction. |
Methods in cz.cuni.jagrlib with parameters of type Complex | |
---|---|
void |
Complex.add(Complex c)
In-place addition. |
static Complex |
Complex.add(Complex a,
Complex b)
External addition. |
void |
Complex.div(Complex c)
In-place division. |
static Complex |
Complex.div(Complex a,
Complex b)
External division. |
boolean |
Complex.isEqual(Complex c)
|
boolean |
Complex.isEqualEps(Complex c)
|
void |
Complex.mul(Complex c)
In-place multiplication. |
static Complex |
Complex.mul(Complex a,
Complex b)
External multiplication. |
Complex |
Complex.power(Complex exponent)
External power with complex exponent. |
void |
Complex.set(Complex c)
|
void |
Complex.setPower(Complex exponent)
In-place power with complex exponent. |
void |
Complex.sub(Complex c)
In-place subtraction. |
static Complex |
Complex.sub(Complex a,
Complex b)
External subtraction. |
Constructors in cz.cuni.jagrlib with parameters of type Complex | |
---|---|
Complex(Complex c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |