Tensor3Multiply
- Workspace.Tensor3Multiply(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3, input: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3, value: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Multiplies all elements of a tensor with the specified value.
The result can either be stored in the same or another variable.
Author(s): Mattias Ekstrom