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

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

Parameters

a
Type: SystemDouble
A double matrix.
Exceptions
ExceptionCondition
ArgumentException is thrown when the matrix is not square
See Also