ARTS built-in documentation server
Workspace Method VectorMultiply
Description
Multiplies all elements of a vector with the same value. The result can either be stored in the same or another vector.
Authors: Patrick Eriksson
Synopsis
VectorMultiply( | output, input, value ) |
Variables
GOUT | output | (Vector) | Output Vector. |
GIN | input | (Vector) | Input Vector. |
GIN | value | (Numeric) | Scaling value. |