Check that the matrix is square.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void CheckSquareMatrix() |
Visual Basic (Declaration) |
---|
Public Sub CheckSquareMatrix |
Visual C++ |
---|
public: void CheckSquareMatrix() |
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if the matrix is not square. |