aboutsummaryrefslogtreecommitdiff
path: root/doc/ffpoly.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
commit32e228d1ca60d479025f5c10479ac866208e11ae (patch)
treecf385e8307a13586f2f4914c87830931cd98183e /doc/ffpoly.pd
parent709180b16be4653de4f57964b653737c3254a0fd (diff)
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/externals/creb/; revision=10266
Diffstat (limited to 'doc/ffpoly.pd')
-rw-r--r--doc/ffpoly.pd35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/ffpoly.pd b/doc/ffpoly.pd
deleted file mode 100644
index 7ec8886..0000000
--- a/doc/ffpoly.pd
+++ /dev/null
@@ -1,35 +0,0 @@
-#N canvas 372 77 515 425 10;
-#X text 85 14 ffpoly - compute a finite field polynomial;
-#X msg 103 89 coef 0 \$1;
-#X floatatom 103 65 5 0 0;
-#X floatatom 181 65 5 0 0;
-#X floatatom 257 65 5 0 0;
-#X floatatom 334 64 5 0 0;
-#X msg 181 89 coef 1 \$1;
-#X msg 257 89 coef 2 \$1;
-#X msg 334 89 coef 3 \$1;
-#X floatatom 38 106 5 0 0;
-#X obj 38 350 ffpoly 3 5;
-#X text 125 350 creation args: <poly order> <field order>;
-#X floatatom 38 384 5 0 0;
-#X msg 334 150 order \$1;
-#X floatatom 334 125 5 0 0;
-#X text 332 174 finite field order;
-#X floatatom 335 217 5 0 0;
-#X msg 335 242 coefficients \$1;
-#X text 271 279 set coefs in packed form;
-#X text 203 292 digit representation in base = field order;
-#X connect 1 0 10 0;
-#X connect 2 0 1 0;
-#X connect 3 0 6 0;
-#X connect 4 0 7 0;
-#X connect 5 0 8 0;
-#X connect 6 0 10 0;
-#X connect 7 0 10 0;
-#X connect 8 0 10 0;
-#X connect 9 0 10 0;
-#X connect 10 0 12 0;
-#X connect 13 0 10 0;
-#X connect 14 0 13 0;
-#X connect 16 0 17 0;
-#X connect 17 0 10 0;