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_rowcol-help.pd | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 abs/mtx_index_rowcol-help.pd (limited to 'abs/mtx_index_rowcol-help.pd') diff --git a/abs/mtx_index_rowcol-help.pd b/abs/mtx_index_rowcol-help.pd new file mode 100644 index 0000000..4df824b --- /dev/null +++ b/abs/mtx_index_rowcol-help.pd @@ -0,0 +1,32 @@ +#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 481 154 inletA: matrix/vector; +#X text 481 167 inletB: row matrix/vector; +#X text 481 180 inletC: col matrix/vector; +#X text 479 201 outleA: matrix containing the indexed values; +#X obj 33 232 mtx_print output; +#X text 43 34 [mtx_index_rowcol]; +#X text 166 69 finds the values to the given row/col indices in a given +matrix.; +#X obj 33 194 mtx_index_rowcol; +#X msg 33 112 matrix 2 3 1 2 3 4 5 6; +#X obj 33 83 t b b b; +#X msg 205 111 matrix 1 4 1 2 2 2; +#X msg 381 108 matrix 1 4 2 3 1 2 3; +#X obj 373 130 mtx_print C_col; +#X obj 179 138 mtx_print B_row; +#X connect 1 0 13 0; +#X connect 3 0 11 0; +#X connect 3 1 0 0; +#X connect 11 0 8 0; +#X connect 12 0 3 0; +#X connect 13 0 12 0; +#X connect 13 1 14 0; +#X connect 13 2 15 0; +#X connect 14 0 11 1; +#X connect 14 0 17 0; +#X connect 15 0 11 2; +#X connect 15 0 16 0; -- cgit v1.2.1