| Constructor and Description |
|---|
ArrayIndexScalar(double[] array,
int index) |
| Modifier and Type | Method and Description |
|---|---|
DoubleScalar |
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.
|
ArrayIndexScalar |
exactClone()
Returns an exact deep clone of an array (i.e.
|
double |
get() |
boolean |
isView()
Return true if this is a view
|
void |
set(double value) |
add, add, add, applyOp, applyOp, asVector, broadcast, dimensionality, elementCount, equals, equals, equals, get, getShape, getSlices, hashCode, innerProduct, isElementConstrained, isFullyMutable, isMutable, iterator, outerProduct, reshape, scale, set, slice, sliceCount, sub, sub, subpublic void set(double value)
public boolean isView()
INDArraypublic DoubleScalar clone()
INDArraypublic ArrayIndexScalar exactClone()
INDArrayexactClone in interface INDArrayexactClone in class AScalarCopyright © 2013. All Rights Reserved.