E
- V
- public interface MatrixInterface<E extends MatrixElementInterface<E>,V extends MatrixInterface<E,V>> extends TextOutput<V>, GridOutput
Modifier and Type | Method and Description |
---|---|
E |
get(int i,
int j) |
E[] |
getColumn(int j) |
int[] |
getDimensions() |
E[][] |
getMatrix() |
int |
getNumCols() |
int |
getNumRows() |
E[] |
getRow(int i) |
V |
set(float val,
int i,
int j) |
V |
setDimensions(int N,
int M) |
toString
getColumnNames, getData, getRowNames