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( out, in, value )

Variables

GOUTout(Tensor3)Output tensor.
GINin(Tensor3)Input tensor.
GINvalue(Numeric)The value to be added to the tensor.