ARTS built-in documentation server
Workspace Method Tensor3Multiply
Description
Multiplies 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
Tensor3Multiply( | out, in, value ) |
Variables
GOUT | out | (Tensor3) | Output Tensor. |
GIN | in | (Tensor3) | Input Tensor. |
GIN | value | (Numeric) | The value to be multiplied with the tensor. |