public interface IMatrix extends INDArray
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount() |
double |
get(int row,
int column)
Returns the double value at the specified position in a 2D matrix
|
int |
rowCount() |
void |
set(int row,
int column,
double value) |
abs, add, add, applyOp, applyOp, asDoubleArray, asElementList, asVector, broadcast, broadcastCloneLike, broadcastLike, clamp, clone, copyTo, dimensionality, divide, divide, elementCount, elementIterator, elementSquaredSum, elementSum, ensureMutable, epsilonEquals, epsilonEquals, equals, exactClone, exp, fill, get, get, get, getElements, getLongShape, getShape, getShape, getSlices, getSliceViews, getTranspose, getTransposeCopy, getTransposeView, innerProduct, isBoolean, isElementConstrained, isFullyMutable, isMutable, isSameShape, isView, isZero, log, multiply, multiply, negate, nonZeroCount, outerProduct, pow, reciprocal, reshape, scale, scaleAdd, set, set, set, set, set, setElements, setElements, signum, slice, slice, sliceCount, sqrt, square, sub, sub, toArray, toDoubleArray, toDoubleBuffer, toVector, validateint rowCount()
int columnCount()
double get(int row,
int column)
INDArrayCopyright © 2013. All Rights Reserved.