|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSci.maths.analysis.ComplexFunction
JSci.maths.analysis.ComplexExponential
public class ComplexExponential
The complex exponential function.
| Constructor Summary | |
|---|---|
ComplexExponential()
Constructs an exponential function of the form exp(iz). |
|
ComplexExponential(Complex A,
Complex w)
Constructs an exponential function of the form A exp(iwz). |
|
| Method Summary | |
|---|---|
ComplexFunction |
differentiate()
Returns the differential of this function. |
ComplexFunction |
integrate()
|
Complex |
map(Complex z)
A user-defined complex function. |
Complex |
map(double x,
double y)
A user-defined complex function. |
| Methods inherited from class JSci.maths.analysis.ComplexFunction |
|---|
add, add, compose, constant, dimension, divide, divide, getSet, inverse, multiply, multiply, negate, subtract, subtract |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexExponential()
exp(iz).
public ComplexExponential(Complex A,
Complex w)
A exp(iwz).
| Method Detail |
|---|
public Complex map(double x,
double y)
ComplexMapping
public Complex map(Complex z)
ComplexMapping
public ComplexFunction differentiate()
ComplexFunction
differentiate in class ComplexFunctionpublic ComplexFunction integrate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||