aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_ge-help.pd
blob: 76f0409550f5b8d79e74adb935d561c4b2be2a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#N canvas 224 247 450 300 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 text 100 198 ==;
#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 text 339 193 ==;
#X obj 17 23 mtx_ge;
#X obj 81 23 mtx_>=;
#X obj 392 77 >=;
#X obj 46 196 mtx_ge;
#X obj 125 197 mtx_>=;
#X obj 263 192 mtx_ge 0;
#X obj 360 192 mtx_>= 0;
#X text 8 42 matrix logic: comparision;
#X obj 123 167 mtx_diag 1 2 -3 4 5;
#X text 38 247 compare 2 matrices;
#X text 246 251 compare a matrix with a scalar;
#X connect 4 0 18 0;
#X connect 5 0 4 0;
#X connect 5 1 23 0;
#X connect 7 0 5 0;
#X connect 9 0 20 0;
#X connect 10 0 9 0;
#X connect 12 0 13 0;
#X connect 13 0 9 0;
#X connect 13 1 20 1;
#X connect 18 0 6 0;
#X connect 20 0 11 0;
#X connect 23 0 18 1;