diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-17 09:21:51 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-17 09:21:51 +0000 |
commit | e1a8039ec9fb3ca4db8b197069425b99ef48a941 (patch) | |
tree | 0ab897465a0c2a38c466d3e77bd01b89f3fbcec3 /abs/mtx_find_rowcol-help.pd | |
parent | a3ea64d424b5fff416cb49a02e6e1dd9353abc15 (diff) |
added indexing abstractions for row and column indices.
svn path=/trunk/externals/iem/iemmatrix/; revision=5638
Diffstat (limited to 'abs/mtx_find_rowcol-help.pd')
-rw-r--r-- | abs/mtx_find_rowcol-help.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/abs/mtx_find_rowcol-help.pd b/abs/mtx_find_rowcol-help.pd new file mode 100644 index 0000000..e33db2c --- /dev/null +++ b/abs/mtx_find_rowcol-help.pd @@ -0,0 +1,21 @@ +#N canvas 83 338 841 379 10; +#X obj 111 142 mtx_print A; +#X msg 33 88 bang; +#X text 482 28 part of iemmatrix; +#X text 267 190 outleA: matrix containing row indices; +#X text 269 209 outletB: matrix containing col indices; +#X obj 33 132 t a a; +#X obj 33 201 mtx_print row; +#X obj 140 200 mtx_print col; +#X obj 33 163 mtx_find_rowcol; +#X text 265 149 inletA: matrix/vector; +#X text 166 69 calculates the row/col indices of the nonzero elements +in a matrix; +#X msg 33 112 matrix 2 3 1 0 1 0 1 1; +#X text 43 34 [mtx_find_rowcol]; +#X connect 1 0 11 0; +#X connect 5 0 8 0; +#X connect 5 1 0 0; +#X connect 8 0 6 0; +#X connect 8 1 7 0; +#X connect 11 0 5 0; |