aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_fill_col_grid-help.pd
blob: 19c5142336cd0a46cf6f0d9e2a0b4e7efb1f2183 (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
#N canvas 162 457 841 379 10;
#X msg 33 59 bang;
#X text 482 28 part of iemmatrix;
#X obj 33 132 t a a;
#X obj 33 85 t b b b;
#X text 43 34 [mtx_fill_col_grid];
#X text 166 69 fills values into to the col indices of given matrix.
;
#X text 424 184 inletA: matrix/vector values for fill;
#X text 424 197 inletB: matrix/vector to fill values into;
#X text 424 211 inletC: matrix/vector indices for filling;
#X text 422 231 outleA: matrix containing the inserted values;
#X msg 193 111 3 4;
#X obj 193 133 mtx_zeros;
#X msg 33 112 matrix 1 6 1 2 3 4 5 6;
#X msg 310 107 matrix 1 2 4 2;
#X obj 75 133 mtx_print A_fill;
#X obj 33 232 mtx_print output;
#X obj 193 158 mtx_print B_orig;
#X obj 310 158 mtx_print C_col;
#X obj 33 194 mtx_fill_col_grid;
#X connect 0 0 3 0;
#X connect 2 0 18 0;
#X connect 2 1 14 0;
#X connect 3 0 12 0;
#X connect 3 1 10 0;
#X connect 3 2 13 0;
#X connect 10 0 11 0;
#X connect 11 0 16 0;
#X connect 11 0 18 1;
#X connect 12 0 2 0;
#X connect 13 0 17 0;
#X connect 13 0 18 2;
#X connect 18 0 15 0;