ARTS built-in documentation server
Workspace Method Tensor6SetConstant
Description
Creates a tensor and sets all elements to the specified value. The size is determined by ncols, nrows etc.
Authors: Claudia Emde
Synopsis
| Tensor6SetConstant( | t, nvitrines, nshelves, nbooks, npages, nrows, ncols, value ) |
Variables
| GOUT | t | (Tensor6) | Variable to initialize. |
| IN | nvitrines | (Index) | See ncols. |
| 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. |