ARTS built-in documentation server

Workspace Method MatrixDivide

Description

Divides all elements of a matrix with the specified value.

The result can either be stored in the same or another
variable.

Authors: Patrick Eriksson

Synopsis

MatrixDivide( out, in, value )

Variables

GOUTout(Matrix)Output Matrix
GINin(Matrix)Input Matrix.
GINvalue(Numeric)Denominator.