ARTS built-in documentation server

Workspace Method Tensor4AddScalar

Description

Adds a scalar value to all elements of a tensor4.

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

Authors: Patrick Eriksson

Synopsis

Tensor4AddScalar( out, in, value )

Variables

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