ARTS built-in documentation server

Workspace Method Tensor3AddScalar

Description

Adds a scalar value to all elements of a tensor3.

The result can either be stored in the same or another
variable.

Authors: Patrick Eriksson

Synopsis

Tensor3AddScalar( tout, tin, value )

Variables

GOUTtout(Tensor3)Output tensor.
GINtin(Tensor3)Input tensor.
GINvalue(Numeric)The value to be added to the tensor.