ARTS built-in documentation server
Workspace Method MatrixSubtract
Description
Subtracts a scalar from all elements of a matrix. The result can either be stored in the same or another matrix.
Authors: Patrick Eriksson
Synopsis
MatrixSubtract( | out, in, value ) |
Variables
GOUT | out | (Matrix) | Output Matrix |
GIN | in | (Matrix) | Input Matrix. |
GIN | value | (Numeric) | The value to be subtracted from the matrix. |