aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_prod-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mtx_prod-help.pd')
-rw-r--r--doc/mtx_prod-help.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/mtx_prod-help.pd b/doc/mtx_prod-help.pd
new file mode 100644
index 0000000..c37aa78
--- /dev/null
+++ b/doc/mtx_prod-help.pd
@@ -0,0 +1,25 @@
+#N canvas 128 118 680 254 10;
+#X text 459 169 updated for;
+#X obj 547 169 iemmatrix 0.2;
+#X obj 596 195 matrix;
+#X text 466 194 see also help for;
+#X obj 48 100 mtx 3 3;
+#X obj 48 131 t a a;
+#X obj 91 132 mtx_print;
+#X msg 262 129 1 1 2;
+#X floatatom 262 178 5 0 0 0 - - -;
+#X obj 48 186 print sum;
+#X text 136 10 Product of columns of matrix;
+#X text 45 42 compute the column-wise product of a matrix (result is
+a list of products);
+#X obj 48 164 mtx_prod;
+#X obj 262 151 mtx_prod;
+#X text 262 107 can also be used for multiplying up lists;
+#X msg 48 80 0 1 -2 -3 -4 5 -6 7 -8;
+#X connect 4 0 5 0;
+#X connect 5 0 12 0;
+#X connect 5 1 6 0;
+#X connect 7 0 13 0;
+#X connect 12 0 9 0;
+#X connect 13 0 8 0;
+#X connect 15 0 4 0;