Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Access or modify an element in this Matrix. This indexing operator allows the caller to access or modify the (i, j)th element of this Matrix, where i is an element of 0, 1, ..., rows - 1 and j is an element of 0, 1, ..., columns - 1.
|