aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_fill_rowcol_grid-help.pd
blob: 12fe5f6ac7604fda75b8acfe40027910bfdd8db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#N canvas 377 497 841 379 10;
#X msg 33 59 bang;
#X text 482 28 part of iemmatrix;
#X obj 33 132 t a a;
#X text 424 206 inletA: matrix/vector values for fill;
#X text 424 219 inletB: matrix/vector to fill values into;
#X text 424 233 inletC: matrix/vector indices for filling;
#X text 422 278 outleA: matrix containing the inserted values;
#X obj 224 134 mtx_zeros;
#X obj 75 133 mtx_print A_fill;
#X obj 33 232 mtx_print output;
#X obj 224 159 mtx_print B_orig;
#X obj 341 159 mtx_print C_row;
#X msg 33 112 matrix 1 8 1 2 3 4 5 6 7 8;
#X text 31 31 [mtx_fill_rowcol_grid];
#X obj 33 201 mtx_fill_rowcol_grid;
#X text 425 247 inletD: matrix/vector indices for filling;
#X text 166 69 fills values into to the row and col grid indices of
given matrix.;
#X msg 450 108 matrix 1 2 2 4;
#X obj 33 85 t b b b b;
#X obj 450 159 mtx_print D_col;
#X msg 224 113 6 5;
#X msg 341 108 matrix 1 2 2 5;
#X connect 0 0 18 0;
#X connect 2 0 14 0;
#X connect 2 1 8 0;
#X connect 7 0 10 0;
#X connect 7 0 14 1;
#X connect 12 0 2 0;
#X connect 14 0 9 0;
#X connect 17 0 19 0;
#X connect 17 0 14 3;
#X connect 18 0 12 0;
#X connect 18 1 20 0;
#X connect 18 2 21 0;
#X connect 18 3 17 0;
#X connect 20 0 7 0;
#X connect 21 0 11 0;
#X connect 21 0 14 2;