ARTS built-in documentation server
Workspace Method MatrixSetConstant
Description
Creates a matrix and sets all elements to the specified value. The size is determined by ncols and nrows.
Authors: Patrick Eriksson
Synopsis
MatrixSetConstant( | m, nrows, ncols, value ) |
Variables
GOUT | m | (Matrix) | Variable to initialize. |
IN | nrows | (Index) | See ncols. |
IN | ncols | (Index) | This variable is used by the MatrixSet, Tensor3Set, etc. |
GIN | value | (Numeric) | Matrix value. |