Changeset d30633d in git for factory/NTLconvert.h
- Timestamp:
- Jul 30, 2002, 5:20:02 PM (21 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 71f8d2863e5aac4675318002384ecefdd1feb136
- Parents:
- fa8e1c95bd3d801a303efb382a0b60e25fe0df6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.h
rfa8e1c rd30633d 1 /* $Id: NTLconvert.h,v 1.2 2002-07-30 15:20:02 Singular Exp $ */ 1 2 #ifndef INCL_NTLCONVERT_H 2 3 #define INCL_NTLCONVERT_H … … 17 18 #include "fac_sqrfree.h" 18 19 #include "cf_algorithm.h" 20 21 #ifdef HAVE_NTL 19 22 20 23 #include <NTL/ZZXFactoring.h> … … 40 43 CanonicalForm convertNTLGF2E2CF(GF2E coefficient,Variable x); 41 44 CFFList convertNTLvec_pair_GF2EX_long2FacCFFList(vec_pair_GF2EX_long e,GF2E multi,Variable x,Variable alpha); 45 GF2EX convertFacCF2NTLGF2EX(CanonicalForm f,ZZ_pX mipo); 46 ZZ_pEX convertFacCF2NTLZZ_pEX(CanonicalForm f,ZZ_pX mipo); 42 47 43 48 #endif 49 #endif
Note: See TracChangeset
for help on using the changeset viewer.