aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_rowcol2index.pd
blob: 6eab201c3042fc91e3de036b9c34bf39367e7237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#N canvas 12 28 450 300 10;
#X obj 77 12 inlet;
#X obj 350 11 inlet;
#X text 293 10 columns;
#X text 118 13 row;
#X obj 146 13 inlet;
#X text 187 14 col;
#X obj 77 168 outlet;
#X obj 77 103 mtx_- 1;
#X obj 77 125 mtx_.* \$1;
#X obj 77 146 mtx_+;
#X text 270 98 calculates;
#X text 216 121 linear matrix indices;
#X text 223 145 from row and col indices;
#X text 232 169 and the column size;
#X connect 0 0 7 0;
#X connect 1 0 8 1;
#X connect 4 0 9 1;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 6 0;