You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxLP Class > TMtxLP Methods > TMtxLP.CheckDimensions Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxLP.CheckDimensions Method

Checks A,b,c and relations dimensions.

Syntax
C#
Visual Basic
public bool CheckDimensions();

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!