- `B = ctranspose (A)`

Devuelve la transpuesta conjugada compleja de `A`.

Esta función y `A'` son equivalentes.

Véase también: `transpose`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/ctranspose.html
- https://octave.sourceforge.io/octave/function/ctranspose.html
- https://mathworld.wolfram.com/ConjugateTranspose.html
- https://es.wikipedia.org/wiki/Matriz_traspuesta_conjugada
