Documentation of 'cern.colt.function.tfcomplex.FComplexFComplexFunction' Java class
FComplexFComplexFunction
cern.colt.function.tfcomplex

Interface FComplexFComplexFunction

  • All Known Implementing Classes:
    FComplexMult


    public interface FComplexFComplexFunction
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.