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