You are here: Symbol Reference > MtxVecTools Namespace > Classes > TMtxLP Class > public > TMtxLP.CheckDimensions Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxLP.CheckDimensions Method

Checks A,b,c and relations dimensions.

Pascal
function CheckDimensions: Boolean;

True, if system has correct dimensions.

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!