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
GOUT | out | (Tensor3) | Output tensor. |
GIN | in | (Tensor3) | Input tensor. |
GIN | value | (Numeric) | The value to be added to the tensor. |