- `B = transpose (A)`

Return the transpose of `A`.

This function and `A.'` are equivalent.

See also: `ctranspose`.

### References

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