cern.colt.function.tdcomplex
Interface DComplexDComplexFunction
-
- All Known Implementing Classes:
- DComplexMult
public interface DComplexDComplexFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[]apply(double[] x)Applies a function to a complex argument.double[]apply(double re, double im)Applies a function to a complex argument.
-
-
-
Method Detail
-
apply
double[] apply(double[] x)
Applies a function to a complex argument.- Parameters:
x- an argument passed to the function.- Returns:
- the result of the function.
-
apply
double[] apply(double re, double im)Applies a function to a complex argument.- Parameters:
re- real part of an argument passed to the functionim- imaginary part of an argument passed to the function- Returns:
- the result of the function.
-
-
DMelt 3.0 © DataMelt by jWork.ORG