|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Access2D<N extends Number>
| Method Summary | |
|---|---|
double |
doubleValue(int aRow,
int aCol)
Extracts one element of this matrix as a double. |
N |
get(int aRow,
int aCol)
|
int |
getColDim()
The size of this structure in the column-direction/dimension |
int |
getRowDim()
The size of this structure in the row-direction/dimension |
int |
size()
|
| Method Detail |
|---|
double doubleValue(int aRow,
int aCol)
aRow - A row index.aCol - A column index.
N get(int aRow,
int aCol)
int getColDim()
int getRowDim()
int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||