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-nmatrix 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.

242HP MLIB User’s Guide