- `B = ctranspose (A)`

Return the complex conjugate transpose of `A`.

This function and `A'` are equivalent.

See also: `transpose`.

### References

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