diff options
Diffstat (limited to 'doc/mtx_max2-help.pd')
-rw-r--r-- | doc/mtx_max2-help.pd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/mtx_max2-help.pd b/doc/mtx_max2-help.pd new file mode 100644 index 0000000..8d383b1 --- /dev/null +++ b/doc/mtx_max2-help.pd @@ -0,0 +1,34 @@ +#N canvas 165 66 505 292 10; +#X text 255 30 updated for; +#X obj 343 30 iemmatrix 0.2; +#X obj 392 56 matrix; +#X text 262 55 see also help for; +#X obj 46 167 mtx_ones 5; +#X obj 46 144 t b b; +#X obj 46 218 mtx_print; +#X msg 46 125 bang; +#X obj 263 167 mtx_eye 4; +#X msg 263 140 bang; +#X obj 263 219 mtx_print; +#X floatatom 332 124 4 0 0 0 - - -; +#X obj 332 142 t b f; +#X obj 46 196 mtx_max2; +#X obj 263 192 mtx_max2 1; +#X obj 17 23 mtx_max2; +#X text 8 42 matrix logic: maximum of 2 matrices; +#X obj 392 77 max; +#X obj 123 167 mtx_diag 1 2 -3 4 5; +#X text 38 247 maximum of 2 matrices; +#X text 246 251 maximum of a matrix and a scalar; +#X connect 4 0 13 0; +#X connect 5 0 4 0; +#X connect 5 1 18 0; +#X connect 7 0 5 0; +#X connect 8 0 14 0; +#X connect 9 0 8 0; +#X connect 11 0 12 0; +#X connect 12 0 8 0; +#X connect 12 1 14 1; +#X connect 13 0 6 0; +#X connect 14 0 10 0; +#X connect 18 0 13 1; |