aboutsummaryrefslogtreecommitdiff
path: root/doc/ffpoly-help.pd
blob: 7ec8886abc89d35d59b483ba8531b6fcfb5b46ed (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
#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;