|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexMapping
This interface defines a complex map or function.
It is used to pass user-defined functions to some of
the other maths classes.
It is expected that map(z)
gives an identical result to map(z.real(), z.imag())
.
NumericalMath
,
Mapping
,
MappingND
Method Summary | |
---|---|
Complex |
map(Complex z)
A user-defined complex function. |
Complex |
map(double real,
double imag)
A user-defined complex function. |
Method Detail |
---|
Complex map(Complex z)
Complex map(double real, double imag)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |