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