Parallel Colt 0.7.2

cern.colt.function.tfcomplex
Interface FComplexFComplexFunction

All Known Implementing Classes:
FComplexMult

public interface FComplexFComplexFunction


Method Summary
 float[] apply(float[] x)
          Applies a function to a complex argument.
 float[] apply(float re, float im)
          Applies a function to a complex argument.
 

Method Detail

apply

float[] apply(float[] x)
Applies a function to a complex argument.

Parameters:
x - an argument passed to the function.
Returns:
the result of the function.

apply

float[] apply(float re,
              float 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