| Constructor and Description |
|---|
AbstractArray() |
| Modifier and Type | Method and Description |
|---|---|
AbstractArray |
clone() |
boolean |
equals(Object o) |
double |
get() |
double |
get(int x) |
double |
get(int x,
int y) |
int |
hashCode() |
void |
set(double value) |
void |
set(int x,
double value) |
void |
set(int x,
int y,
double value) |
finalize, getClass, notify, notifyAll, toString, wait, wait, waitapplyOp, applyOp, asVector, dimensionality, elementCount, equals, exactClone, get, getShape, isElementConstrained, isFullyMutable, isMutable, isView, reshape, set, slicepublic AbstractArray clone()
Copyright © 2013. All Rights Reserved.