diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-10 07:11:45 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-10 07:11:45 +0000 |
commit | 97ceb7794f0f9937176593283f2b19780035c61c (patch) | |
tree | 5b454701ba38f7ea7c4cfd210bdd18cefc48fddc | |
parent | 118daf1842468f285add10669a09f2b5f8218591 (diff) |
mtx_find_rowcol changed: creation arguments added
[finds nonzero indices of non-zero matrix elements in row and column
format. creation arguments enable full functionality of the mtx_find
external (find first/last non-zero element in row/column direction)]
svn path=/trunk/externals/iem/iemmatrix/; revision=5548
-rw-r--r-- | abs/mtx_find_rowcol.pd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/mtx_find_rowcol.pd b/abs/mtx_find_rowcol.pd index 7c96e1e..d134c74 100644 --- a/abs/mtx_find_rowcol.pd +++ b/abs/mtx_find_rowcol.pd @@ -3,17 +3,17 @@ #X obj 141 212 outlet; #X obj 141 35 t a a; #X obj 171 56 mtx_size; -#X obj 141 76 mtx_find; #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 4 0; +#X connect 2 0 10 0; #X connect 2 1 3 0; -#X connect 3 1 10 1; -#X connect 4 0 10 0; -#X connect 10 0 1 0; -#X connect 10 1 5 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; |