MTM
ctranspose
Hermitian matrix transpose
Calling Sequence
Parameters
Description
Examples
ctranspose(M)
M
-
matrix, vector, or array
The ctranspose(M) function computes the Hermitian transpose of the matrix M. The result, R, is given by R[i,j] = ctranspose(M[j,i]).
See Also
LinearAlgebra[HermitianTranspose]
MTM[conj]
MTM[transpose]
Download Help Document