ARTS built-in documentation server
Workspace Method Tensor3SetConstant
Description
Creates a tensor and sets all elements to the specified value. The size is determined by ncols, nrows etc.
Authors: Claudia Emde
Synopsis
Tensor3SetConstant( | t, npages, nrows, ncols, value ) |
Variables
GOUT | t | (Tensor3) | Variable to initialize. |
IN | npages | (Index) | See ncols. |
IN | nrows | (Index) | See ncols. |
IN | ncols | (Index) | This variable is used by the MatrixSet, Tensor3Set, etc. |
GIN | value | (Numeric) | Tensor value. |