aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_find_rowcol.pd
blob: d134c74e005abcd3baee5251d9b487c93d2ec61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#N canvas 0 0 450 300 10;
#X obj 141 13 inlet;
#X obj 141 212 outlet;
#X obj 141 35 t a a;
#X obj 171 56 mtx_size;
#X obj 248 212 outlet;
#X text 280 74 comment;
#X text 256 27 finds the non-zero;
#X text 260 58 column and row indices;
#X text 308 89 of a matrix;
#X obj 141 111 mtx_index2rowcol;
#X obj 141 76 mtx_find \$1 \$2;
#X connect 0 0 2 0;
#X connect 2 0 10 0;
#X connect 2 1 3 0;
#X connect 3 1 9 1;
#X connect 9 0 1 0;
#X connect 9 1 4 0;
#X connect 10 0 9 0;