ARTS built-in documentation server
Workspace Method VectorAddScalar
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
VectorAddScalar( | v1, v2, value ) |
Variables
GOUT | v1 | (Vector) | Input vector |
GIN | v2 | (Vector) | Output vector |
GIN | value | (Numeric) | The value to be added to the vector. |