ARTS built-in documentation server

Workspace Method Tensor3Add

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

Tensor3Add( out, in, value )

Variables

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