Cove - A Practical Quantum Computer Programming Framework
Inverse Method
NamespacesCove.ClassicalUtilitiesComplexMatrixInverse()()()
Transform this matrix into its inverse. The inverse of matrix A is typically written A^-1.
Declaration Syntax
C#Visual BasicVisual C++
public ComplexMatrix Inverse()
Public Function Inverse As ComplexMatrix
public:
ComplexMatrix^ Inverse()
Return Value
A reference to this matrix after it has been inverted.
Exceptions
ExceptionCondition
NotImplementedExceptionThis method is not yet implemented.

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