|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Basic2D
| Method Summary | |
|---|---|
double |
doubleValue(int aRow,
int aCol)
Extracts one element of this matrix as a double. |
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()
|
Scalar<?> |
toScalar(int aRow,
int aCol)
Extracts one element of this matrix as a Scalar. |
| Method Detail |
|---|
Scalar<?> toScalar(int aRow,
int aCol)
aRow - A row index.aCol - A column index.
double doubleValue(int aRow,
int aCol)
aRow - A row index.aCol - A column index.
int getColDim()
int getRowDim()
int size()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||