ARTS built-in documentation server

Workspace Method Tensor7SetConstant

Description

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

The size is determined by ncols, nrows etc.

Authors: Claudia Emde

Synopsis

Tensor7SetConstant( t, nlibraries, nvitrines, nshelves, nbooks, npages, nrows, ncols, value )

Variables

GOUTt(Tensor7)Variable to initialize.
INnlibraries(Index)See ncols.
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.