Changeset 762afe1 in git for kernel/combinatorics/hilb.h


Ignore:
Timestamp:
Jun 8, 2022, 3:01:52 PM (23 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
c1b1bf0a5a008bf94ec2cec7e94317d388fd1f10
Parents:
ed6b03b61600c2241ea31223bf9c968b0285590d
Message:
remove tailRing from Hilbert Series stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hilb.h

    red6b03 r762afe1  
    1212#include "misc/intvec.h"
    1313
    14 intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring src = currRing);
     14intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL);
    1515intvec * hFirstSeries0(ideal S, ideal Q, intvec *wdegree, const ring src, const ring Qt);
    1616poly hilbert_series(ideal A, const ring src,  const intvec *wdegree, const ring Qt);
     
    1818intvec * hSecondSeries(intvec *hseries1);
    1919
    20 void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring src = currRing);
     20void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL);
    2121#endif
Note: See TracChangeset for help on using the changeset viewer.