[BACK]Return to parinf.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / src / headers

Annotation of OpenXM_contrib/pari/src/headers/parinf.h, Revision 1.1.1.1

1.1       maekawa     1: /* $Id: parinf.h,v 1.1.1.1 1999/09/16 13:47:45 karim Exp $ */
                      2: GEN initalgall0(GEN x, long flag, long prec);
                      3:
                      4: #define id_PRINCIPAL 0
                      5: #define id_PRIME     1
                      6: #define id_MAT       2
                      7:
                      8: /* for initalgredall */
                      9: #define nf_REDUCE       8
                     10: #define nf_SMALL        4 /* for both */
                     11: #define nf_PARTIAL      2
                     12: #define nf_ORIG         1
                     13:
                     14: /* for initalgall0 */
                     15: #define nf_DIFFERENT   16
                     16: #define nf_REGULAR      0 /* for both */
                     17:
                     18: /* for isprincipal */
                     19: #define nf_GEN   1 /* for polredabs also */
                     20: #define nf_FORCE 2
                     21:
                     22: /* for buchray */
                     23: #define nf_INIT  4
                     24:
                     25: /* for discray */
                     26: #define nf_REL  1
                     27: #define nf_COND 2
                     28:
                     29: /* for polredabs */
                     30: #define nf_NORED 2
                     31: #define nf_ALL   4
                     32: #define nf_RAW   8
                     33:
                     34: /* for lllgramall[gen] */
                     35: #define lll_ALL 0
                     36: #define lll_KER 1
                     37: #define lll_IM  2
                     38: #define lll_GRAM 0x100
                     39:
                     40: /* for minim */
                     41: #define min_ALL   0
                     42: #define min_FIRST 1
                     43: #define min_PERF  2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>