Parallel Colt 0.7.2

cern.colt.function.tdcomplex
Interface DComplexDComplexFunction

All Known Implementing Classes:
DComplexMult

public interface DComplexDComplexFunction


Method Summary
 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 function
im - imaginary part of an argument passed to the function
Returns:
the result of the function.

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage