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
GOUT | out | (Matrix) | Output matrix |
GIN | in | (Matrix) | Input matrix. |
GIN | value | (Numeric) | The value to be added to the matrix. |