aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_fill_row_grid-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mtx_fill_row_grid-help.pd')
-rw-r--r--abs/mtx_fill_row_grid-help.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/abs/mtx_fill_row_grid-help.pd b/abs/mtx_fill_row_grid-help.pd
new file mode 100644
index 0000000..25a3c2f
--- /dev/null
+++ b/abs/mtx_fill_row_grid-help.pd
@@ -0,0 +1,34 @@
+#N canvas 377 497 841 379 10;
+#X msg 33 59 bang;
+#X text 482 28 part of iemmatrix;
+#X obj 33 132 t a a;
+#X obj 33 85 t b b b;
+#X text 424 184 inletA: matrix/vector values for fill;
+#X text 424 197 inletB: matrix/vector to fill values into;
+#X text 424 211 inletC: matrix/vector indices for filling;
+#X text 422 231 outleA: matrix containing the inserted values;
+#X msg 224 112 3 4;
+#X obj 224 134 mtx_zeros;
+#X obj 75 133 mtx_print A_fill;
+#X obj 33 232 mtx_print output;
+#X obj 224 159 mtx_print B_orig;
+#X text 43 34 [mtx_fill_row_grid];
+#X text 166 69 fills values into to the row indices of given matrix.
+;
+#X obj 341 159 mtx_print C_row;
+#X obj 33 201 mtx_fill_row_grid;
+#X msg 341 108 matrix 1 2 3 1;
+#X msg 33 112 matrix 1 8 1 2 3 4 5 6 7 8;
+#X connect 0 0 3 0;
+#X connect 2 0 16 0;
+#X connect 2 1 10 0;
+#X connect 3 0 18 0;
+#X connect 3 1 8 0;
+#X connect 3 2 17 0;
+#X connect 8 0 9 0;
+#X connect 9 0 12 0;
+#X connect 9 0 16 1;
+#X connect 16 0 11 0;
+#X connect 17 0 15 0;
+#X connect 17 0 16 2;
+#X connect 18 0 2 0;