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