| Interface | Description |
|---|---|
| INDArray |
Interface for general multi-dimensional arrays of doubles
|
| ISparse |
Marker interface for sparse arrays.
|
| Class | Description |
|---|---|
| AbstractArray<T> |
Abstract base class for INDArray implementations
|
| Arrayz |
Static function class for array operations
|
| NDArray |
General purpose NDArray class
|
| SliceArray<T extends INDArray> |
A general n-dimensional double array implemented as a collection of (n-1) dimensional slices
|
| SliceIterator<T> |
General purpose iterator for arbitrary vectors.
|
Copyright © 2013. All Rights Reserved.