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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void CheckSquareMatrix()
Exceptions
ExceptionCondition
ArgumentException is thrown if the matrix is not square.
See Also