| Interface | Description |
|---|---|
| INDArray |
Interface for general multi-dimensional arrays of doubles
|
| ISparse |
Marker interface for sparse arrays.
|
| Class | Description |
|---|---|
| Array |
General purpose mutable backed N-dimensional array
This is the general multi-dimensional equivalent of Matrix and Vector, and as such is the
most efficient storage type for 3D+ arrays
|
| 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
|
Copyright © 2013. All Rights Reserved.