Cove - A Practical Quantum Computer Programming Framework
Transpose Method
NamespacesCove.ClassicalUtilitiesComplexMatrixTranspose()()()
Transpose this matrix. This means that the columns are written as rows while preserving order.
Declaration Syntax
C#Visual BasicVisual C++
public ComplexMatrix Transpose()
Public Function Transpose As ComplexMatrix
public:
ComplexMatrix^ Transpose()
Return Value
A reference to this matrix once the operation has been applied.

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