Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Returns a view of a submatrix. This operator returns a rectangular submatrix view of this Matrix with its upper left corner at (x1, y1) and its lower right corner at (x2, y2).
|