Cove - A Practical Quantum Computer Programming Framework
IsInverse Method (Compare)
NamespacesCove.ClassicalUtilitiesComplexMatrixIsInverse(ComplexMatrix)
Is Compare the inverse of this matrix?
Declaration Syntax
C#Visual BasicVisual C++
public bool IsInverse(
	ComplexMatrix Compare
)
Public Function IsInverse ( _
	Compare As ComplexMatrix _
) As Boolean
public:
bool IsInverse(
	ComplexMatrix^ Compare
)
Parameters
Compare (ComplexMatrix)
Matrix to test to see if it is an inverse of this matrix.
Return Value
True if Compare is an inverse.

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