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
GOUT | output | (Matrix) | Output Matrix |
GIN | input | (Matrix) | Input Matrix. |
GIN | value | (Numeric) | The value to be multiplied with the matrix. |