Class PyWavelets.ArrayInfo

  • Enclosing class:
    PyWavelets

    private class PyWavelets.ArrayInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ndim  
      (package private) int[] shape  
      (package private) int[] strides  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ArrayInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • shape

        int[] shape
      • strides

        int[] strides
      • ndim

        int ndim
    • Constructor Detail

      • ArrayInfo

        private ArrayInfo()