public interface DComplexDComplexFunction
double[] apply(double[] x)
x
- an argument passed to the function.double[] apply(double re, double im)
re
- real part of an argument passed to the functionim
- imaginary part of an argument passed to the functionJump to the Parallel Colt Homepage