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_index_row_grid-help.pd | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 abs/mtx_index_row_grid-help.pd (limited to 'abs/mtx_index_row_grid-help.pd') diff --git a/abs/mtx_index_row_grid-help.pd b/abs/mtx_index_row_grid-help.pd new file mode 100644 index 0000000..0ef45b5 --- /dev/null +++ b/abs/mtx_index_row_grid-help.pd @@ -0,0 +1,26 @@ +#N canvas 133 130 841 379 10; +#X obj 75 133 mtx_print A; +#X msg 33 59 bang; +#X text 482 28 part of iemmatrix; +#X obj 33 132 t a a; +#X text 384 152 inletA: matrix/vector; +#X text 384 165 inletB: row matrix/vector; +#X obj 33 232 mtx_print output; +#X obj 33 83 t b b b; +#X obj 242 135 mtx_print B_row; +#X text 43 34 [mtx_index_row_grid]; +#X text 166 69 finds the values to the row grid indices in a given +matrix.; +#X obj 33 194 mtx_index_row_grid; +#X text 382 199 outleA: matrix containing the indexed rows; +#X msg 33 112 matrix 3 3 1 1 1 2 2 2 3 3 3; +#X msg 241 110 matrix 1 2 3 1; +#X connect 1 0 7 0; +#X connect 3 0 11 0; +#X connect 3 1 0 0; +#X connect 7 0 13 0; +#X connect 7 1 14 0; +#X connect 11 0 6 0; +#X connect 13 0 3 0; +#X connect 14 0 8 0; +#X connect 14 0 11 1; -- cgit v1.2.1