MultMS (FUN)ΒΆ
FUNCTION MultMS : ResultCode
Computes the scalar multiple of a matrix: B := d * A.
The matrices B and A must have identical dimensions.
Note: A and B may be the same matrix.
- InOut:
- Scope - Name - Type - Comment - Return - MultMS- Inout - B- The result matrix - A- The matrix to be multiplied - Input - d- LREAL- The multiplicand