Gets matrix element according to matrix column and row coordinate.
Syntax
public double getElem(
int ,
int column
)
|
Parameters
- row
- Row coordinate of the matrix element.
- column
- Column coordinate of the matrix element.
Return Value
Double value.
See Also