ARTS built-in documentation server

Workspace Method MatrixAddScalar

Description

Adds a scalar to all elements of a matrix.

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

Authors: Patrick Eriksson

Synopsis

MatrixAddScalar( out, in, value )

Variables

GOUTout(Matrix)Output matrix
GINin(Matrix)Input matrix.
GINvalue(Numeric)The value to be added to the matrix.