ARTS built-in documentation server
Workspace Method VectorDivide
Description
Divides 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
VectorDivide( | out, in, value ) |
Variables
GOUT | out | (Vector) | Output Vector. |
GIN | in | (Vector) | Input Vector. |
GIN | value | (Numeric) | Denominator. |