*AXPY
*AXPY, vr
, vi
, M1
, wr
, wi
, M2
Performs the matrix operation M2= v*M1 + w*M2.
Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on
Argument Descriptions
vr
,vi
The real and imaginary parts of the scalar
v
. Default value is 0.M1
Name of matrix
M1
. If not specified, the operation M2 = w*M2 will be performed.wr
,wi
The real and imaginary parts of the scalar
w
. Default value is 0.M2
Name of matrix
M2
. Must be specified.