ARTS built-in documentation server
Workspace Method VectorAdd
Description
Adds a scalar to all elements of a vector. The result can either be stored in the same or another vector.
Authors: Patrick Eriksson
Synopsis
VectorAdd( | out, in, value ) |
Variables
GOUT | out | (Vector) | Output Vector |
GIN | in | (Vector) | Input Vector. |
GIN | value | (Numeric) | The value to be added to the vector. |