ARTS built-in documentation server
Workspace Method nrowsGet
Description
Retrieve nrows from given variable and store the value in the workspace variable nrows
Authors: Oliver Lemke
Synopsis
nrowsGet( | nrows, v ) |
Variables
OUT | nrows | (Index) | Number of rows (elements in 2nd lowest dimension) of a Matrix or Tensor. |
GIN | v | (Matrix, Sparse, Tensor3, Tensor4, Tensor5, Tensor6, Tensor7) | Variable to get the number of rows from. |