ARTS built-in documentation server

Workspace Method Tensor4Scale

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

Tensor4Scale( tout, tin, value )

Variables

GOUTtout(Tensor4)Output tensor.
GINtin(Tensor4)Input tensor.
GINvalue(Numeric)The value to be multiplied with the tensor.