IMSL C# Numerical Library
ComplexSparseMatrix.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
ComplexSparseMatrix Class
|
Imsl.Math Namespace