| Package | Description |
|---|---|
| mikera.arrayz | |
| mikera.arrayz.impl | |
| mikera.matrixx |
| Modifier and Type | Method and Description |
|---|---|
static Array |
Array.create(INDArray a) |
static Array |
Array.createFromVector(AVector a,
int[] shape)
Creates a new matrix using the elements in the specified vector.
|
Array |
Array.exactClone() |
static Array |
Array.newArray(int... shape) |
Array |
INDArray.toArray()
Converts the array into a packed mutable Array instance
|
static Array |
Array.wrap(Matrix m) |
static Array |
Array.wrap(Vector v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Array.equals(Array a) |
| Modifier and Type | Method and Description |
|---|---|
Array |
AbstractArray.toArray() |
| Modifier and Type | Method and Description |
|---|---|
Array |
AMatrix.toArray() |
Copyright © 2013. All Rights Reserved.