Click or drag to resize
ComplexMatrixCheckSquareMatrix Method
Check that the Complex matrix is square.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static void CheckSquareMatrix(
	Complex[,] a
)

Parameters

a
Type: Imsl.MathComplex
A Complex matrix.
Exceptions
ExceptionCondition
ArgumentException is thrown when the matrix is not square.
See Also