Class CLFFTPlan.CLFFTDim3

  • Enclosing class:
    CLFFTPlan

    class CLFFTPlan.CLFFTDim3
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x  
      int y  
      int z  
    • Constructor Summary

      Constructors 
      Constructor Description
      CLFFTDim3​(int[] size)  
      CLFFTDim3​(int x, int y, int z)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public int x
      • y

        public int y
      • z

        public int z
    • Constructor Detail

      • CLFFTDim3

        CLFFTDim3​(int x,
                  int y,
                  int z)
      • CLFFTDim3

        CLFFTDim3​(int[] size)