diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:11:25 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:11:25 +0000 |
commit | 6f7f6460189b2da25077438c8a13ccd20f2a0f00 (patch) | |
tree | 0480592e225118c2c033d95d19f0a6db6bd26090 /doc/mtx_log-help.pd | |
parent | dc59cfa163813ebd59ebe8fc441a022e1d8284b9 (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_log-help.pd')
-rw-r--r-- | doc/mtx_log-help.pd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/mtx_log-help.pd b/doc/mtx_log-help.pd new file mode 100644 index 0000000..ae9ec3e --- /dev/null +++ b/doc/mtx_log-help.pd @@ -0,0 +1,38 @@ +#N canvas 128 118 687 471 10; +#X text 188 7 natural logarithm of matrix-elements; +#X text 458 17 updated for; +#X obj 546 17 iemmatrix 0.2; +#X obj 595 43 matrix; +#X text 465 42 see also help for; +#X obj 181 100 mtx_eye; +#X obj 48 100 mtx 3 3; +#X msg 48 80 0 1 2 3 4 5 6 7 8; +#X obj 64 285 mtx_rand 4 2; +#X msg 64 263 bang; +#X obj 64 307 t a a; +#X obj 105 307 mtx_print org; +#X obj 64 357 t a a; +#X text 45 42 compute the natural lograithm of each element of a matrix +; +#X obj 48 134 mtx_log; +#X obj 48 162 mtx_print logarithm; +#X obj 64 330 mtx_log; +#X obj 64 380 mtx_exp; +#X obj 105 357 mtx_print log; +#X obj 64 407 mtx_print exp; +#X msg 181 79 3 3; +#X obj 595 63 mtx_exp; +#X obj 595 83 log; +#X connect 5 0 14 0; +#X connect 6 0 14 0; +#X connect 7 0 6 0; +#X connect 8 0 10 0; +#X connect 9 0 8 0; +#X connect 10 0 16 0; +#X connect 10 1 11 0; +#X connect 12 0 17 0; +#X connect 12 1 18 0; +#X connect 14 0 15 0; +#X connect 16 0 12 0; +#X connect 17 0 19 0; +#X connect 20 0 5 0; |