public interface Basic2D
Modifier and Type | Method and Description |
---|---|
double |
doubleValue(int anInd) |
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.
|
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()
double doubleValue(int anInd)
int size()