ARTS built-in documentation server
Workspace Method VectorSetConstant
Description
Creates a vector and sets all elements to the specified value. The vector length is determined by nelem.
Authors: Patrick Eriksson
Synopsis
VectorSetConstant( | v, nelem, value ) |
Variables
GOUT | v | (Vector) | Variable to initialize. |
IN | nelem | (Index) | This variable is used by the VectorSet workspace method. |
GIN | value | (Numeric) | Vector value. |