Changeset c24143a in git for factory/NTLconvert.h
- Timestamp:
- May 26, 2010, 3:06:15 PM (14 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- de7a92eb94c59c32661e87c70f553d6afa59469c
- Parents:
- d11e7e15559eada1122bb1d5e5546da0bf2f840c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.h
rd11e7e rc24143a 31 31 #include <NTL/GF2EXFactoring.h> 32 32 #include <NTL/mat_ZZ.h> 33 #include <NTL/mat_lzz_p.h> 34 #include <NTL/mat_lzz_pE.h> 33 35 34 36 … … 64 66 mat_ZZ* convertFacCFMatrix2NTLmat_ZZ(CFMatrix &m); 65 67 CFMatrix* convertNTLmat_ZZ2FacCFMatrix(mat_ZZ &m); 68 mat_zz_p* convertFacCFMatrix2NTLmat_zz_p(CFMatrix &m); 69 CFMatrix* convertNTLmat_zz_p2FacCFMatrix(mat_zz_p &m); 70 mat_zz_pE* convertFacCFMatrix2NTLmat_zz_pE(CFMatrix &m); 71 CFMatrix* convertNTLmat_zz_pE2FacCFMatrix(mat_zz_pE &m, Variable alpha); 72 66 73 extern int fac_NTL_char; 67 74 #endif
Note: See TracChangeset
for help on using the changeset viewer.