MX_DSASET – Set A into subarray of B

Block SymbolLicensing group: STANDARD
PIC

Function Description
Generally, the function block MX_DSASET copies the matrix referenced by uA into the subarray (submatrix) of 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 is copied otherwise the matrix referenced by uA is copied (with respect to the value of the input uplo) to the submatrix of the matrix referenced by uB to the row with zero based index I and the column with zero based index J containing M rows and N columns. The mentioned variables have the following meanings:

The error flag E is set to on if:

Inputs

uA

Input reference to matrix A

reference

uB

Input reference to matrix B

reference

uplo

Part of the matrix to be copied

long

0 ....

All

1 ....

All

2 ....

Upper

3 ....

Lower

i

Index of the subarray first row

long

j

Index of the subarray first column

long

m

Number of matrix rows

long

n

Number of matrix columns

long

HLD

Hold

bool

Outputs

yA

Output reference to matrix A

reference

yB

Output reference to matrix B

reference

E

Error indicator

bool