HP MLIB User's Guide Vol. 1 7th Ed.

242 HP MLIB User’s Guide
SGETRA/DGETRA/CGETRA/ZGETRA In-place transpose of a general square matrix
trans = ‘T’ or ‘t’ Compute A <- A-transpose
trans = ‘C’ or ‘c’ Compute A <- A conjugate-transpose
n Number of rows and columns in matrix A, n 0. If n =
0, the subprograms do not reference a.
a Array containing the n-by-n matrix A.
lda The leading dimension of array a as declared in the
calling program unit, with lda max(n,1).
Output a The result replaces the input.