IMSL C# Numerical Library
ComplexMatrix.CheckSquareMatrix Method
Check that the
Complex
matrix is square.
public static
void
CheckSquareMatrix(
Complex[,]
a
);
Parameters
a
A
Complex
matrix.
Exceptions
Exception Type
Condition
ArgumentException
is thrown when the matrix is not square.
See Also
ComplexMatrix Class
|
Imsl.Math Namespace