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

GOUToutput(Vector)Output Vector
GINinput(Vector)Input Vector.
GINvalue(Numeric)The value to be subtracted from the vector.