ARTS built-in documentation server
Workspace Method MatrixScale
Description
Scales all elements of a matrix with the specified value. The result can either be stored in the same or another variable.
Authors: Patrick Eriksson
Synopsis
| MatrixScale( | mout, min, value ) |
Variables
| GOUT | mout | (Matrix) | Output matrix |
| GIN | min | (Matrix) | Input matrix. |
| GIN | value | (Numeric) | The value to be multiplied with the matrix. |