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_fill_rowcol.pd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 abs/mtx_fill_rowcol.pd (limited to 'abs/mtx_fill_rowcol.pd') diff --git a/abs/mtx_fill_rowcol.pd b/abs/mtx_fill_rowcol.pd new file mode 100644 index 0000000..b730224 --- /dev/null +++ b/abs/mtx_fill_rowcol.pd @@ -0,0 +1,31 @@ +#N canvas 344 107 450 300 10; +#X obj 88 36 inlet; +#X text 16 15 matrix; +#X text 255 19 row idcs; +#X text 356 19 col idcs; +#X text 258 4 from mtx_find_rowcol:; +#X obj 258 37 inlet; +#X obj 361 37 inlet; +#X obj 146 118 mtx_rowcol2index; +#X obj 189 93 mtx; +#X obj 88 55 t a a; +#X obj 128 55 mtx_size; +#X obj 189 55 t b f; +#X obj 63 160 outlet; +#X obj 11 35 inlet; +#X text 91 15 matrix; +#X text 90 4 orig; +#X text 14 5 fill; +#X obj 63 140 mtx_fill; +#X connect 0 0 9 0; +#X connect 5 0 8 1; +#X connect 6 0 7 1; +#X connect 7 0 17 2; +#X connect 8 0 7 0; +#X connect 9 0 17 1; +#X connect 9 1 10 0; +#X connect 10 1 11 0; +#X connect 11 0 8 0; +#X connect 11 1 7 2; +#X connect 13 0 17 0; +#X connect 17 0 12 0; -- cgit v1.2.1