Documentation of 'org.nd4j.linalg.fft.VectorFFT' Java class
VectorFFT
org.nd4j.linalg.fft

Class VectorFFT

    • Constructor Summary

      Constructors 
      Constructor and Description
      VectorFFT(int n)
      Create a vector fft operation.
    • Constructor Detail

      • VectorFFT

        public VectorFFT(int n)
        Create a vector fft operation. If initialized with a nonzero number, this will find the next power of 2 for the element and truncate the return matrix to the original n
        Parameters:
        n -
    • Method Detail

      • apply

        public IComplexNDArray apply(IComplexNDArray ndArray)
        Description copied from interface: Function
        Returns the result of applying this function to input. This method is generally expected, but not absolutely required, to have the following properties:
        • Its execution does not cause any observable side effects.
        • The computation is consistent with equals; that is, Objects.equal(a, b) implies that Objects.equal(function.apply(a), function.apply(b)).
        Specified by:
        apply in interface Function<IComplexNDArray,IComplexNDArray>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.