aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_index_rowcol_grid-help.pd
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2006-08-17 09:21:51 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2006-08-17 09:21:51 +0000
commite1a8039ec9fb3ca4db8b197069425b99ef48a941 (patch)
tree0ab897465a0c2a38c466d3e77bd01b89f3fbcec3 /abs/mtx_index_rowcol_grid-help.pd
parenta3ea64d424b5fff416cb49a02e6e1dd9353abc15 (diff)
added indexing abstractions for row and column indices.
svn path=/trunk/externals/iem/iemmatrix/; revision=5638
Diffstat (limited to 'abs/mtx_index_rowcol_grid-help.pd')
-rw-r--r--abs/mtx_index_rowcol_grid-help.pd33
1 files changed, 33 insertions, 0 deletions
diff --git a/abs/mtx_index_rowcol_grid-help.pd b/abs/mtx_index_rowcol_grid-help.pd
new file mode 100644
index 0000000..8d11175
--- /dev/null
+++ b/abs/mtx_index_rowcol_grid-help.pd
@@ -0,0 +1,33 @@
+#N canvas 91 491 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 384 169 inletA: matrix/vector;
+#X obj 33 232 mtx_print output;
+#X obj 33 83 t b b b;
+#X obj 305 136 mtx_print B_row;
+#X msg 304 111 matrix 1 2 3 1;
+#X text 43 34 [mtx_index_rowcol_grid];
+#X text 166 69 finds the values to the row and col grid indices in
+a given matrix.;
+#X text 383 195 inletB: col matrix/vector;
+#X text 384 181 inletB: row matrix/vector;
+#X msg 33 112 matrix 3 3 11 12 13 21 22 23 31 32 33;
+#X obj 33 194 mtx_index_rowcol_grid;
+#X msg 416 111 matrix 1 2 2 1;
+#X obj 417 137 mtx_print B_col;
+#X text 382 216 outleA: matrix containing the grid-indexed rows and
+cols;
+#X connect 1 0 6 0;
+#X connect 3 0 14 0;
+#X connect 3 1 0 0;
+#X connect 6 0 13 0;
+#X connect 6 1 8 0;
+#X connect 6 2 15 0;
+#X connect 8 0 7 0;
+#X connect 8 0 14 1;
+#X connect 13 0 3 0;
+#X connect 14 0 5 0;
+#X connect 15 0 14 2;
+#X connect 15 0 16 0;