| Constructor and Description |
|---|
VectorIndexScalar(AVector vector,
int index) |
| Modifier and Type | Method and Description |
|---|---|
double |
get() |
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
|
void |
set(double value) |
asVector, dimensionality, elementCount, get, getShape, reshape, slicepublic VectorIndexScalar(AVector vector, int index)
public boolean isMutable()
INDArraypublic boolean isFullyMutable()
INDArrayisFullyMutable in interface INDArrayisFullyMutable in class AScalarpublic boolean isView()
INDArrayCopyright © 2013. All Rights Reserved.