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

ResultCode

Inout

B

Matrix

The result matrix

A

Matrix

The matrix to be multiplied

Input

d

LREAL

The multiplicand