From e1a8039ec9fb3ca4db8b197069425b99ef48a941 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Thu, 17 Aug 2006 09:21:51 +0000 Subject: added indexing abstractions for row and column indices. svn path=/trunk/externals/iem/iemmatrix/; revision=5638 --- abs/mtx_find_rowcol-help.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 abs/mtx_find_rowcol-help.pd (limited to 'abs/mtx_find_rowcol-help.pd') 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; -- cgit v1.2.1