aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_isequal/01_function2.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_isequal/01_function2.pd')
-rw-r--r--tests/mtx_isequal/01_function2.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/mtx_isequal/01_function2.pd b/tests/mtx_isequal/01_function2.pd
new file mode 100644
index 0000000..9a66e1d
--- /dev/null
+++ b/tests/mtx_isequal/01_function2.pd
@@ -0,0 +1,19 @@
+#N canvas 433 156 508 521 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X msg 122 366 1;
+#X msg 122 112 matrix 3 3 1 2 3 4 5 6 7 8 9;
+#X obj 122 231 mtx_isequal;
+#X obj 122 90 t b b;
+#X msg 154 138 matrix 3 3 1 2 3 4 5 6 7 8 10;
+#X text 67 37 test whether [mtx_isequal] correctly detects the inequality
+of 2 matrices;
+#X obj 122 347 select 0;
+#X connect 0 0 5 0;
+#X connect 2 0 1 0;
+#X connect 3 0 4 0;
+#X connect 4 0 8 0;
+#X connect 5 0 3 0;
+#X connect 5 1 6 0;
+#X connect 6 0 4 1;
+#X connect 8 0 2 0;