Changeset 113a80 in git for libpolys/coeffs/rmodulon.h


Ignore:
Timestamp:
Jul 9, 2018, 2:40:55 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b9f50b373314e74e83c7c060a651dd2913e1f033')
Children:
4b5b3658c8e1f3c4b2725057e56be417eb838a72
Parents:
43fa86cc32c42433e618d6c2978915bf8a580e66
Message:
nFindCoeffByName for polys over Z/n (n_Zn and n_Znm)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rmodulon.h

    r43fa86 r113a80  
    1616#include "coeffs/rintegers.h"
    1717
    18 typedef struct { mpz_ptr base;  unsigned long exp; } ZnmInfo;
     18typedef struct { mpz_ptr base;  int exp; } ZnmInfo;
    1919
    2020BOOLEAN nrnInitChar    (coeffs r, void*);
    2121number nrnMapGMP(number from, const coeffs /*src*/, const coeffs dst);/*for SAGE*/
    2222nMapFunc nrnSetMap(const coeffs src, const coeffs dst);/* for SAGE, better: n_setMap*/
    23 
     23coeffs nrnInitCfByName(char *name,n_coeffType n);
    2424
    2525#endif
Note: See TracChangeset for help on using the changeset viewer.