aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_trace-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:11:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:11:25 +0000
commit6f7f6460189b2da25077438c8a13ccd20f2a0f00 (patch)
tree0480592e225118c2c033d95d19f0a6db6bd26090 /doc/mtx_trace-help.pd
parentdc59cfa163813ebd59ebe8fc441a022e1d8284b9 (diff)
renamed help-patches; split meta help-patches into smaller ones; TODO: reflect this change in the C-sources
svn path=/trunk/externals/iem/iemmatrix/; revision=4797
Diffstat (limited to 'doc/mtx_trace-help.pd')
-rw-r--r--doc/mtx_trace-help.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/mtx_trace-help.pd b/doc/mtx_trace-help.pd
new file mode 100644
index 0000000..6c0bafd
--- /dev/null
+++ b/doc/mtx_trace-help.pd
@@ -0,0 +1,16 @@
+#N canvas 108 140 615 247 10;
+#X text 360 64 updated for;
+#X obj 448 64 iemmatrix 0.2;
+#X text 83 25 get the trace of a matrix;
+#X obj 84 106 mtx_ones 7;
+#X msg 84 83 bang;
+#X obj 84 147 mtx_trace;
+#X floatatom 84 189 4 0 0 0 - - -;
+#X text 86 68 get trace of a matrix;
+#X text 81 204 trace = sum(diagonal elements);
+#X obj 497 90 matrix;
+#X text 367 89 see also help for;
+#X obj 498 114 mtx_diag;
+#X connect 3 0 5 0;
+#X connect 4 0 3 0;
+#X connect 5 0 6 0;