aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_trace.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.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.pd')
-rw-r--r--doc/mtx_trace.pd24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/mtx_trace.pd b/doc/mtx_trace.pd
deleted file mode 100644
index ad48fd8..0000000
--- a/doc/mtx_trace.pd
+++ /dev/null
@@ -1,24 +0,0 @@
-#N canvas 137 140 916 465 10;
-#X obj 79 361 mtx_diag;
-#X obj 79 389 print;
-#X obj 79 308 mtx_ones 7;
-#X msg 79 288 bang;
-#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 79 271 get diagonal of a matrix;
-#X text 81 204 trace = sum(diagonal elements);
-#X text 243 28 get information of the diagonale of a matrix;
-#X text 440 176 see also help for;
-#X obj 571 175 matrix;
-#X obj 699 269 mtx_eye;
-#X text 332 270 to create diagonale matrices with [mtx_diag] \, see
-;
-#X connect 0 0 1 0;
-#X connect 2 0 0 0;
-#X connect 3 0 2 0;
-#X connect 4 0 6 0;
-#X connect 5 0 4 0;
-#X connect 6 0 7 0;