Cove - A Practical Quantum Computer Programming Framework
IsSquare Method
NamespacesCove.ClassicalUtilitiesComplexMatrixIsSquare()()()
Is this matrix square? That is, does it have the same number of rows and columns?
Declaration Syntax
C#Visual BasicVisual C++
public bool IsSquare()
Public Function IsSquare As Boolean
public:
bool IsSquare()
Return Value
True if the matrix is square.

Assembly: Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)