ARTS built-in documentation server
Workspace Method Tensor6Scale
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
Tensor6Scale( | tout, tin, value ) |
Variables
GOUT | tout | (Tensor6) | Output tensor. |
GIN | tin | (Tensor6) | Input tensor. |
GIN | value | (Numeric) | The value to be multiplied with the tensor. |