aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_isequal/01_function1.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 13:38:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 13:38:16 +0000
commitde92297f784b3cba2a77694a2e8471561d949b03 (patch)
treed4d8bc43f34c0a6d0a3eacca64554034f6465686 /tests/mtx_isequal/01_function1.pd
parentd532ab70c9c672647f029c863c80136d525828bf (diff)
tests for new "mtx_isequal"
svn path=/trunk/externals/iem/iemmatrix/; revision=9117
Diffstat (limited to 'tests/mtx_isequal/01_function1.pd')
-rw-r--r--tests/mtx_isequal/01_function1.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/mtx_isequal/01_function1.pd b/tests/mtx_isequal/01_function1.pd
new file mode 100644
index 0000000..35e86bc
--- /dev/null
+++ b/tests/mtx_isequal/01_function1.pd
@@ -0,0 +1,17 @@
+#N canvas 385 142 508 466 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X msg 122 366 1;
+#X obj 122 139 t a a;
+#X obj 122 161 mtx_isequal;
+#X obj 122 347 select 1;
+#X text 67 37 test whether [mtx_isequal] correctly detects the equality
+of 2 matrices;
+#X obj 122 112 mtx_rand;
+#X connect 0 0 7 0;
+#X connect 2 0 1 0;
+#X connect 3 0 4 0;
+#X connect 3 1 4 1;
+#X connect 4 0 5 0;
+#X connect 5 0 2 0;
+#X connect 7 0 3 0;