ACNV

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 12:04, 6 May 2011 by 193.171.195.48 (talk) (Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Special matrix operations. ==<code>[SPU ACNV <var>X OP I</var> OUT <var>Y</var>]</code>== {|class="einrahmen" !In: |<var>X</var>||input matrix |-…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Special matrix operations.

[SPU ACNV X OP I OUT Y]

In: X input matrix
OP a number or string; selects operation to be performed
I optional row or column index
Out: Y vector or matrix; depends on OP and I
Description
extract columns
OP=0 or column
I is not connected
Yvector = X[*,t]
In the evaluation cycle t (≥0), the column t of matrix X is copied to the output vector Y. The length of the output vector is equal to the number of input rows,.
See also

<SP-atoms>

Navigation menu

Personal tools