Programmer Guide/SPU Reference/LENGTH: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
|} | |} | ||
note: The output values are assigned during the SPU initialization and not changed during execution! | |||
;See also: | ;See also: | ||
<[[../#Signal Processing Atoms|SP-atoms]]> | <[[../#Signal Processing Atoms|SP-atoms]]> | ||
<!-- AN, 2.5.2011 --> | <!-- AN, 2.5.2011 --> |
Revision as of 13:41, 2 May 2011
Number of elements in A
[SPU LENGTH A OUT Y NROW NCOL N]
If A is a numerical data element (number, vector or matrix), the dimensions of A are stored in the outputs.
Out | Description |
---|---|
Y | number of rows; 1 if A is a number and >1 otherwise |
NROW | number of rows; 1 if A is a number and >1 otherwise |
NCOL | number of columns; 1 if A is a number or vector and >1 otherwise |
N | number of elements = number of rows * number of columns |
note: The output values are assigned during the SPU initialization and not changed during execution!
- See also
<SP-atoms>