MatrixDivide
- Workspace.MatrixDivide(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix, input: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix, value: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Divides all elements of a matrix with the specified value.
The result can either be stored in the same or another variable.
Author(s): Patrick Eriksson