Package | Description |
---|---|
gnu.kawa.functions |
Various core run-time functions and operators.
|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Method and Description |
---|---|
static GeneralArray |
Arrays.allocateArray(Array shape)
Convenience method for resolving shape specifiers.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralArray1<E> |
Modifier and Type | Method and Description |
---|---|
static <E> GeneralArray<E> |
GeneralArray.make(AVector<E> base,
int[] dimensions,
int[] lowBounds,
int[] strides,
int offset) |
static <E> GeneralArray<E> |
GeneralArray.make0(AVector<E> base) |
static <E> GeneralArray<E> |
Arrays.simpleCopy(Array<E> arr,
boolean writable) |