Matrix::DisableSubrange Method

void DisableSubrange() const;

Prevents calls to Matrix::SetSubRange.

Remarks:

Prevents calls to Matrix::SetSubRange method. This can be usefull guard when an object is already working on a subrange and the user would like to further subrange an already subranged object. When subranging matrices in-place, they are temporariliy converted to a vector by settings Rows to 1 and Cols to Length.

See Also: Matrix::DisableSubrange, Matrix::EnableSubrange
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler