| Constructor and Description |
|---|
AbstractArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(INDArray a) |
INDArray |
broadcast(int... targetShape) |
AbstractArray<?> |
clone()
Returns a clone of the array, as a new array which will be fully mutable
and may be of a different class to the original.
|
boolean |
equals(Object o) |
double |
get() |
double |
get(int x) |
double |
get(int x,
int y) |
int |
hashCode() |
INDArray |
innerProduct(INDArray a) |
Iterator<T> |
iterator() |
INDArray |
outerProduct(INDArray a) |
INDArray |
reshape(int... targetShape) |
void |
set(double value) |
void |
set(INDArray a) |
void |
set(int x,
double value) |
void |
set(int x,
int y,
double value) |
void |
set(Object o) |
void |
square() |
void |
sub(INDArray a) |
finalize, getClass, notify, notifyAll, toString, wait, wait, waitapplyOp, applyOp, asVector, dimensionality, elementCount, equals, exactClone, get, getShape, getSlices, isElementConstrained, isFullyMutable, isMutable, isView, scale, set, slice, sliceCountpublic INDArray innerProduct(INDArray a)
innerProduct in interface INDArraypublic INDArray outerProduct(INDArray a)
outerProduct in interface INDArraypublic void square()
public AbstractArray<?> clone()
INDArrayCopyright © 2013. All Rights Reserved.