| Package | Description |
|---|---|
| de.javagl.nd.arrays |
Base classes for multidimensional arrays.
|
| de.javagl.nd.arrays.d |
Multidimensional arrays of
double values |
| de.javagl.nd.arrays.i |
Multidimensional arrays of
int values |
| de.javagl.nd.arrays.j |
Multidimensional arrays of
long values |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArrayND
Abstract base implementation of a multidimensional array.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayND |
ArrayND.subArray(IntTuple fromIndices,
IntTuple toIndices)
Returns a view on a portion of this array.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.checkForEqualDimensions(ArrayND a0,
ArrayND a1)
Checks whether given given
ArrayNDs have equal dimensions,
and throws an IllegalArgumentException if not. |
static void |
Utils.checkForEqualSizes(ArrayND a0,
ArrayND a1)
Checks whether given given
ArrayNDs have equal sizes,
and throws an IllegalArgumentException if not. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleArrayND
Interface for multidimensional arrays of double values.
|
interface |
MutableDoubleArrayND
Interface describing a mutable multidimensional
array of
double values. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntArrayND
Interface for multidimensional arrays of int values.
|
interface |
MutableIntArrayND
Interface describing a mutable multidimensional
array of
int values. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongArrayND
Interface for multidimensional arrays of long values.
|
interface |
MutableLongArrayND
Interface describing a mutable multidimensional
array of
long values. |
Copyright © 2015. All Rights Reserved.