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

Class IFFTSliceOp

  • All Implemented Interfaces:
    SliceOp


    public class IFFTSliceOp
    extends java.lang.Object
    implements SliceOp
    Dimension wise IFFT
    • Constructor Summary

      Constructors 
      Constructor and Description
      IFFTSliceOp(int n)
      IFFT on the given nd array
    • Constructor Detail

      • IFFTSliceOp

        public IFFTSliceOp(int n)
        IFFT on the given nd array
        Parameters:
        n - number of elements per dimension for the ifft
    • Method Detail

      • operate

        public void operate(DimensionSlice nd)
        Operates on an ndarray slice
        Specified by:
        operate in interface SliceOp
        Parameters:
        nd - the result to operate on
      • operate

        public void operate(INDArray nd)
        Operates on an ndarray slice
        Specified by:
        operate in interface SliceOp
        Parameters:
        nd - the result to operate on

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.