| Constructor and Description |
|---|
VectorIndexScalar(AVector vector,
int index) |
| Modifier and Type | Method and Description |
|---|---|
DoubleScalar |
clone() |
VectorIndexScalar |
exactClone() |
double |
get() |
boolean |
isFullyMutable()
Returns true if the INDArray is fully mutable in all positions
i.e.
|
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) |
add, applyOp, applyOp, asVector, dimensionality, elementCount, equals, equals, equals, get, getShape, hashCode, isElementConstrained, reshape, set, slice, subget, get, set, setpublic VectorIndexScalar(AVector vector, int index)
public void set(double value)
public boolean isMutable()
INDArraypublic boolean isFullyMutable()
INDArrayisFullyMutable in interface INDArrayisFullyMutable in class AScalarpublic boolean isView()
INDArraypublic DoubleScalar clone()
public VectorIndexScalar exactClone()
exactClone in interface INDArrayexactClone in class AScalarCopyright © 2013. All Rights Reserved.