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