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, asVector, broadcast, clamp, clone, copyTo, dimensionality, elementCount, elementSquaredSum, elementSum, epsilonEquals, epsilonEquals, equals, exactClone, get, get, get, getElements, getLongShape, getShape, getShape, getSlices, getSliceViews, getTranspose, getTransposeView, innerProduct, isElementConstrained, isFullyMutable, isMutable, isView, multiply, multiply, negate, nonZeroCount, outerProduct, pow, reciprocal, reshape, scale, scaleAdd, set, set, set, set, set, setElements, setElements, slice, slice, sliceCount, square, sub, sub, toDoubleBuffer, toVector, validateint rowCount()
int columnCount()
double get(int row,
int column)
INDArrayCopyright © 2013. All Rights Reserved.