aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_index_rowcol-help.pd
blob: 4df824b31749864b2b58fccb1c15667b218c095c (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
#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;