ARTS built-in documentation server

Workspace Method Tensor5SetConstant

Description

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

The size is determined by ncols, nrows etc.

Authors: Claudia Emde

Synopsis

Tensor5SetConstant( t, nshelves, nbooks, npages, nrows, ncols, value )

Variables

GOUTt(Tensor5)Variable to initialize.
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.