IMSL C# Numerical Library

SparseMatrix.CheckSquareMatrix Method 

Check that the matrix is square.

public void CheckSquareMatrix();

Exceptions

Exception Type Condition
ArgumentException is thrown if the matrix is not square.

See Also

SparseMatrix Class | Imsl.Math Namespace