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