| Interface | Description |
|---|---|
| IStridedArray |
Interface for arrays that support strided access over underlying data
|
| Class | Description |
|---|---|
| AbstractArray<T> |
Abstract base class for INDArray implementations
|
| SliceArray<T extends INDArray> |
A general n-dimensional double array implemented as a collection of (n-1) dimensional slices
|
| SliceElementIterator |
General purpose iterator for elements of arbitrary arrays.
|
| SliceIterator<T> |
General purpose iterator for slices of arbitrary arrays.
|
Copyright © 2013. All Rights Reserved.