ARTS built-in documentation server
Workspace Method VectorScale
Description
Scales 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
| VectorScale( | gout1, gin1, value ) |
Variables
| GOUT | gout1 | (Vector) | Output vector. |
| GIN | gin1 | (Vector) | Input vector. |
| GIN | value | (Numeric) | Scaling value. |