Check that the Complex matrix is square.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static void CheckSquareMatrix( Complex[,] a ) |
Visual Basic (Declaration) |
---|
Public Shared Sub CheckSquareMatrix ( _ a As Complex(,) _ ) |
Visual C++ |
---|
public: static void CheckSquareMatrix( array<Complex,2>^ a ) |
Parameters
- a
- Type: array<
Imsl.Math..::.Complex
,2>[,](,)[,]
A Complex matrix.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown when the matrix is not square. |