ARTS built-in documentation server

Workspace Method Tensor6SetConstant

Description

Creates a tensor and sets all elements to the specified value.

The size is determined by ncols, nrows etc.

Authors: Claudia Emde

Synopsis

Tensor6SetConstant( t, nvitrines, nshelves, nbooks, npages, nrows, ncols, value )

Variables

GOUTt(Tensor6)Variable to initialize.
INnvitrines(Index)See ncols.
INnshelves(Index)See ncols.
INnbooks(Index)See ncols.
INnpages(Index)See ncols.
INnrows(Index)See ncols.
INncols(Index)This variable is used by the MatrixSet, Tensor3Set, etc.
GINvalue(Numeric)Tensor value.