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
GOUT | t | (Tensor5) | Variable to initialize. |
IN | nshelves | (Index) | See ncols. |
IN | nbooks | (Index) | See ncols. |
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. |