duration.ctranspose
duration: B = ctranspose (A)
Transpose a duration matrix.
B = ctranspose (A) is the equivalent of the syntax
B = A' and returns the transpose of the duration
matrix A. For duration arrays, ctranspose is identical to
transpose.
Source Code: duration