Complex conjugate transpose
B =
computes the complex conjugate
transpose of A
'A
.
B = ctranspose(
is an alternate way to execute
A
)A'
, but is rarely used. It enables operator overloading for
classes.
The nonconjugate transpose operator, A.'
,
performs a transpose without conjugation. That is, it does not change
the sign of the imaginary parts of the elements.
For logical or non-numeric inputs, ctranspose
and transpose
produce
the same result.
conj
| pagectranspose
| permute
| transpose