Skip to content

ConjugateTranspose

ConjugateTranspose(matrix)

get the transposed matrix with conjugated matrix elements.

ConjugateTranspose(tensor, permutation-list)

transposes rows and columns with conjugated matrix elements in the tensor according to permutation-list. If tensor is a SparseArray the result will also be a SparseArray.

See:

Implementation status

  • ✅ - full supported

Github