Changeset b1326b in git for factory/NTLconvert.h
- Timestamp:
- Aug 28, 2003, 1:54:32 PM (20 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 4bc9c25c9a8c589240a894844cee71be5220ee1b
- Parents:
- 9b1e4c9febca790a3b9509dfd1c33492e29780fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.h
r9b1e4c rb1326b 1 /* $Id: NTLconvert.h,v 1. 3 2003-06-20 10:01:02 Singular Exp $ */1 /* $Id: NTLconvert.h,v 1.4 2003-08-28 11:54:32 Singular Exp $ */ 2 2 #ifndef INCL_NTLCONVERT_H 3 3 #define INCL_NTLCONVERT_H … … 47 47 CanonicalForm convertNTLGF2E2CF(GF2E coefficient,Variable x); 48 48 CFFList convertNTLvec_pair_GF2EX_long2FacCFFList(vec_pair_GF2EX_long e,GF2E multi,Variable x,Variable alpha); 49 GF2EX convertFacCF2NTLGF2EX(CanonicalForm f, ZZ_pX mipo);49 GF2EX convertFacCF2NTLGF2EX(CanonicalForm f,GF2X mipo); 50 50 ZZ_pEX convertFacCF2NTLZZ_pEX(CanonicalForm f,ZZ_pX mipo); 51 51
Note: See TracChangeset
for help on using the changeset viewer.