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( out, nshelves, nbooks, npages, nrows, ncols, value )

Variables

GOUTout(Tensor5)Variable to initialize.
INnshelves(Index)Number of elements in 5th lowest dimension of a Tensor.
INnbooks(Index)Number of elements in 4th lowest dimension of a Tensor.
INnpages(Index)Number of elements in 3rd lowest dimension of a Tensor.
INnrows(Index)Number of rows (elements in 2nd lowest dimension) of a Matrix or Tensor.
INncols(Index)Number of columns (elements in lowest dimension) of a Matrix or Tensor.
GINvalue(Numeric)Tensor value.