MX_DTRNSP – General matrix transposition: B := alpha*A^T

Block SymbolLicensing group: STANDARD
PIC

Function Description
The function block MX_DTRNSP stores the scalar multiple of the general (i.e. rectangular) matrix referenced by uA into the matrix referenced by uB.

The output references yA and yB are always set to the corresponding input references uA and uB. If HLD = on then nothing else is done otherwise the BLAS-like function X_DTRNSP is called internally:

X_DTRNSP(M, N, ALPHA, uA, LDA, uB, LDB);

where parameters of X_DTRNSP are set in the following way:

The error flag E is set to on if:

Inputs

uA

Input reference to matrix A

reference

uB

Input reference to matrix B

reference

alpha

Scalar coefficient alpha

double

HLD

Hold

bool

Outputs

yA

Output reference to matrix A

reference

yB

Output reference to matrix B

reference

E

Error indicator

bool