bool CheckDimensions();
Checks A,b,c and relations dimensions.
Returns: True, if system has correct dimensions.
Remarks:
Checks if A.Cols equals to b.Length and A.Rows equals to c.Length. Additionally, if Two-Phase Simplex algorithm is used, checks if Relations string length is equal to b.Length.
Declared in Dew::Math::TMtxLP · Dew.Math/MtxVecTools.h · Cross-compiler