aboutsummaryrefslogtreecommitdiff
path: root/abs
diff options
context:
space:
mode:
Diffstat (limited to 'abs')
-rw-r--r--abs/mtx_fill_rowcol-help.pd40
1 files changed, 40 insertions, 0 deletions
diff --git a/abs/mtx_fill_rowcol-help.pd b/abs/mtx_fill_rowcol-help.pd
new file mode 100644
index 0000000..e5afa25
--- /dev/null
+++ b/abs/mtx_fill_rowcol-help.pd
@@ -0,0 +1,40 @@
+#N canvas 133 130 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 232 mtx_print output;
+#X msg 323 112 matrix 1 4 1 2 2 2;
+#X msg 464 112 matrix 1 4 2 3 1 2 3;
+#X text 43 34 [mtx_fill_rowcol];
+#X text 166 69 fillss values into to the given row/col indices of a
+given matrix.;
+#X text 481 186 inletA: matrix/vector with fill values;
+#X text 479 247 outleA: matrix containing the fill values;
+#X text 481 199 inletB: matrix/vector to be filled;
+#X text 481 213 inletC: row matrix/vector;
+#X text 481 227 inletD: col matrix/vector;
+#X obj 33 194 mtx_fill_rowcol;
+#X obj 456 134 mtx_print D_col;
+#X obj 297 139 mtx_print C_row;
+#X obj 33 83 t b b b b;
+#X msg 198 112 2 3;
+#X obj 199 133 mtx_zeros;
+#X obj 165 155 mtx_print B_orig;
+#X obj 75 133 mtx_print A_fill;
+#X msg 33 112 matrix 1 4 1 2 3 4;
+#X connect 0 0 16 0;
+#X connect 2 0 13 0;
+#X connect 2 1 20 0;
+#X connect 4 0 15 0;
+#X connect 4 0 13 2;
+#X connect 5 0 14 0;
+#X connect 5 0 13 3;
+#X connect 13 0 3 0;
+#X connect 16 0 21 0;
+#X connect 16 1 17 0;
+#X connect 16 2 4 0;
+#X connect 16 3 5 0;
+#X connect 17 0 18 0;
+#X connect 18 0 13 1;
+#X connect 18 0 19 0;
+#X connect 21 0 2 0;