ARTS built-in documentation server
Workspace Method VectorFlip
Description
Flips a vector. The output is the input vector in reversed order. The result can either be stored in the same or another vector.
Authors: Patrick Eriksson
Synopsis
VectorFlip( | out, in ) |
Variables
GOUT | out | (Vector) | Output vector. |
GIN | in | (Vector) | Input vector. |