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