aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_isequal/01_function0.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_isequal/01_function0.pd')
-rw-r--r--tests/mtx_isequal/01_function0.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/mtx_isequal/01_function0.pd b/tests/mtx_isequal/01_function0.pd
new file mode 100644
index 0000000..ab72981
--- /dev/null
+++ b/tests/mtx_isequal/01_function0.pd
@@ -0,0 +1,17 @@
+#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 text 67 37 test whether [mtx_isequal] correctly detects the equality
+of 2 matrices;
+#X obj 122 347 select 1;
+#X obj 122 165 t a a;
+#X connect 0 0 3 0;
+#X connect 2 0 1 0;
+#X connect 3 0 7 0;
+#X connect 4 0 6 0;
+#X connect 6 0 2 0;
+#X connect 7 0 4 0;
+#X connect 7 1 4 1;