aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_index_row_grid-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mtx_index_row_grid-help.pd')
-rw-r--r--abs/mtx_index_row_grid-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/mtx_index_row_grid-help.pd b/abs/mtx_index_row_grid-help.pd
new file mode 100644
index 0000000..0ef45b5
--- /dev/null
+++ b/abs/mtx_index_row_grid-help.pd
@@ -0,0 +1,26 @@
+#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 384 152 inletA: matrix/vector;
+#X text 384 165 inletB: row matrix/vector;
+#X obj 33 232 mtx_print output;
+#X obj 33 83 t b b b;
+#X obj 242 135 mtx_print B_row;
+#X text 43 34 [mtx_index_row_grid];
+#X text 166 69 finds the values to the row grid indices in a given
+matrix.;
+#X obj 33 194 mtx_index_row_grid;
+#X text 382 199 outleA: matrix containing the indexed rows;
+#X msg 33 112 matrix 3 3 1 1 1 2 2 2 3 3 3;
+#X msg 241 110 matrix 1 2 3 1;
+#X connect 1 0 7 0;
+#X connect 3 0 11 0;
+#X connect 3 1 0 0;
+#X connect 7 0 13 0;
+#X connect 7 1 14 0;
+#X connect 11 0 6 0;
+#X connect 13 0 3 0;
+#X connect 14 0 8 0;
+#X connect 14 0 11 1;