Changeset 113a80 in git for Singular/misc_ip.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r43fa86 r113a80  
    3131#include "coeffs/flintcf_Q.h"
    3232#include "coeffs/flintcf_Zn.h"
     33#include "coeffs/rmodulon.h"
    3334
    3435#include "polys/ext_fields/algext.h"
     
    14091410    h=enterid("ZZ",0/*level*/, CRING_CMD,&(basePack->idroot),FALSE /*init*/,FALSE /*search*/);
    14101411    IDDATA(h)=(char*)nInitChar(n_Z,NULL);
     1412    nRegisterCfByName(nrnInitCfByName,n_Zn); // and n_Znm
    14111413    iiAddCproc("kernel","crossprod",FALSE,iiCrossProd);
    14121414    iiAddCproc("kernel","Float",FALSE,iiFloat);
Note: See TracChangeset for help on using the changeset viewer.