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 ith (indexed in this Matrix's matrix_order) element of this Matrix, indexed from 0 to n - 1, where n is the number of elements in the Matrix.
|