calendarDuration.transpose
calendarDuration: B = transpose (A)
Transpose a calendarDuration matrix.
B = transpose (A) is the equivalent of the syntax
B = A.' and returns the transpose of the
calendarDuration matrix A.
Source Code: calendarDuration