Changeset ec60a3 in git for factory/NTLconvert.h
- Timestamp:
- Aug 28, 2003, 4:15:18 PM (20 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- ca461aec04ebd398bf05b741eaaa20c888477cc8
- Parents:
- 1293acfe633d6858557ff018f3c880c8d8bd7e08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.h
r1293ac rec60a3 1 /* $Id: NTLconvert.h,v 1. 5 2003-08-28 14:13:44Singular Exp $ */1 /* $Id: NTLconvert.h,v 1.6 2003-08-28 14:15:18 Singular Exp $ */ 2 2 #ifndef INCL_NTLCONVERT_H 3 3 #define INCL_NTLCONVERT_H … … 21 21 #ifdef HAVE_NTL 22 22 23 #include <NTL/ZZX .h>24 #include <NTL/ZZ_p .h>25 #include <NTL/GF2X .h>23 #include <NTL/ZZXFactoring.h> 24 #include <NTL/ZZ_pXFactoring.h> 25 #include <NTL/GF2XFactoring.h> 26 26 #include "int_int.h" 27 27 #include <limits.h> 28 #include <NTL/ZZ_pE .h>29 #include <NTL/GF2EX .h>28 #include <NTL/ZZ_pEXFactoring.h> 29 #include <NTL/GF2EXFactoring.h> 30 30 31 31 #ifdef NTL_CLIENT // in <NTL/tools.h>: using of name space NTL
Note: See TracChangeset
for help on using the changeset viewer.