Interface | Description |
---|---|
IStridedArray |
Interface for arrays that support strided access over underlying data
|
Class | Description |
---|---|
AbstractArray<T> |
Abstract base class for INDArray implementations
|
BaseNDArray |
Base class for NDArray implementations.
|
ImmutableArray |
Immutable N-dimensional array class
Uses strided array storage
|
JoinedArray | |
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 © 2014. All Rights Reserved.