ARTS built-in documentation server
Workspace Method Tensor7Scale
Description
Scales all elements of a tensor with the specified value. The result can either be stored in the same or another variable.
Authors: Mattias Ekstrom
Synopsis
Tensor7Scale( | out, in, value ) |
Variables
GOUT | out | (Tensor7) | Output tensor. |
GIN | in | (Tensor7) | Input tensor. |
GIN | value | (Numeric) | The value to be multiplied with the tensor. |