ARTS built-in documentation server

Workspace Method Tensor5Multiply

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

Tensor5Multiply( out, in, value )

Variables

GOUTout(Tensor5)Output Tensor.
GINin(Tensor5)Input Tensor.
GINvalue(Numeric)The value to be multiplied with the tensor.