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

GOUTm(Matrix)Variable to initialize.
INnrows(Index)See ncols.
INncols(Index)This variable is used by the MatrixSet, Tensor3Set, etc.
GINvalue(Numeric)Matrix value.