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

Class FFTSliceOp

  • All Implemented Interfaces:
    SliceOp


    public class FFTSliceOp
    extends java.lang.Object
    implements SliceOp
    FFT Slice operation
    • Constructor Summary

      Constructors 
      Constructor and Description
      FFTSliceOp(int n)
      FFT operation on a given slice.
    • Constructor Detail

      • FFTSliceOp

        public FFTSliceOp(int n)
        FFT operation on a given slice. Will throw an IllegalArgumentException if n < 1
        Parameters:
        n - the number of elements per dimension in fft
    • 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.