| Interface | Description |
|---|---|
| INDArray |
Interface for general multi-dimensional arrays of doubles
|
| ISparse |
Marker interface for sparse arrays.
|
| Class | Description |
|---|---|
| Array |
General purpose mutable packed 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
|
Copyright © 2013. All Rights Reserved.