jsci.maths
Interface ComplexMapping
-
- All Known Implementing Classes:
- ComplexExponential, ComplexFunction, MandelbrotMap, RandomMap
public interface ComplexMappingThis 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 thatmap(z)gives an identical result tomap(z.real(), z.imag()).- See Also:
NumericalMath,Mapping,MappingND
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Complexmap(Complex z)A user-defined complex function.Complexmap(double real, double imag)A user-defined complex function.
-
DMelt 3.0 © DataMelt by jWork.ORG