public static class DArrayDimension.Slice extends java.lang.Object
int
size
start
stop
stride
Slice(int start, int stride, int stop)
Slice(int size, int start, int stride, int stop)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int size
public int start
public int stride
public int stop
public Slice(int size, int start, int stride, int stop)
public Slice(int start, int stride, int stop)