ARTS built-in documentation server

Workspace Method MatrixMultiply

Description

Multiplies all elements of a matrix with the specified value.

The result can either be stored in the same or another
variable.

Authors: Patrick Eriksson

Synopsis

MatrixMultiply( output, input, value )

Variables

GOUToutput(Matrix)Output Matrix
GINinput(Matrix)Input Matrix.
GINvalue(Numeric)The value to be multiplied with the matrix.