public interface INDArray
| Modifier and Type | Method and Description |
|---|---|
AVector |
asVector() |
int |
dimensionality() |
long |
elementCount() |
double |
get(int... indexes) |
int[] |
getShape() |
boolean |
isFullyMutable()
Returns true if the INDArray is mutable in all positions
|
boolean |
isMutable()
Returns true if the INDArray is mutable (at least partially)
|
boolean |
isView()
Return true if this is a view
|
INDArray |
reshape(int... dimensions) |
INDArray |
slice(int majorSlice) |
int dimensionality()
int[] getShape()
double get(int... indexes)
AVector asVector()
INDArray reshape(int... dimensions)
INDArray slice(int majorSlice)
long elementCount()
boolean isMutable()
boolean isFullyMutable()
boolean isView()
Copyright © 2013. All Rights Reserved.