{Y} = {Z} - {X}[F], IACCUM = -1,
{Y} = {X}[F], IACCUM = 0, (default)
{Y} = {Z} + {X}[F], IACCUM = +1,
CALL RNDVMM (LUX, F, LUY, NUMX, NUMY, LUZ)
CALL CNDVMM (LUX, F, LUY, NUMX, NUMY, LUZ)
| Parameter | Description |
|---|---|
| IACCUM | Product accumulation flag
= -1, {Y} = {Z} - {X}[F],
= 0, {Y} = {X}[F], (default)
= +1, {Y} = {Z} - {X}[F],
|
| IPRMV | Vectors-matrix multiply print code |
The array [F] must be aligned on a natural address boundary.