ARTS built-in documentation server

Workspace Method MatrixAdd

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

MatrixAdd( out, in, value )

Variables

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