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