Changeset 113a80 in git for libpolys/coeffs/rmodulon.h
- Timestamp:
- Jul 9, 2018, 2:40:55 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 4b5b3658c8e1f3c4b2725057e56be417eb838a72
- Parents:
- 43fa86cc32c42433e618d6c2978915bf8a580e66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/rmodulon.h
r43fa86 r113a80 16 16 #include "coeffs/rintegers.h" 17 17 18 typedef struct { mpz_ptr base; unsigned longexp; } ZnmInfo;18 typedef struct { mpz_ptr base; int exp; } ZnmInfo; 19 19 20 20 BOOLEAN nrnInitChar (coeffs r, void*); 21 21 number nrnMapGMP(number from, const coeffs /*src*/, const coeffs dst);/*for SAGE*/ 22 22 nMapFunc nrnSetMap(const coeffs src, const coeffs dst);/* for SAGE, better: n_setMap*/ 23 23 coeffs nrnInitCfByName(char *name,n_coeffType n); 24 24 25 25 #endif
Note: See TracChangeset
for help on using the changeset viewer.