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