Class StridedArr

java.lang.Object
  |
  +--TypedArr
        |
        +--StridedArr
All Implemented Interfaces:
net.jini.core.entry.Entry, java.io.Serializable

public final class StridedArr
extends TypedArr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class TypedArr
arr, from, to
 
Constructor Summary
StridedArr()
           
StridedArr(double[] full, int stride)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StridedArr

public StridedArr()

StridedArr

public StridedArr(double[] full,
                  int stride)