Changeset a4771e1 in git for kernel/combinatorics/stairc.h


Ignore:
Timestamp:
Sep 15, 2014, 9:11:04 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
f7d39bddf5a7034fe148956d21d0cbe5d13c0021
Parents:
c4e3190c68044083d3437866d1695d9e714d52b5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-15 21:11:04+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:08:14+02:00
Message:
Separation of hilbert function into kernel/combinatorics/hilb.h + include cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/stairc.h

    rc4e319 ra4771e1  
    88*/
    99
    10 #include <kernel/structs.h>
     10struct spolyrec  ; typedef struct spolyrec polyrec; typedef polyrec * poly;
     11struct ip_sring  ; typedef struct ip_sring                          * ring;
     12struct sip_sideal; typedef struct sip_sideal                        * ideal;
     13
     14class intvec;
     15
     16extern ring currRing;
    1117
    1218void scComputeHC(ideal s,ideal Q, int  k,poly &hEdge, ring tailRing = currRing);
     
    2733ideal scKBase(int deg, ideal  s, ideal Q=NULL, intvec * mv=NULL);
    2834
    29 intvec * hHstdSeries(ideal S, intvec *modulweight, intvec *wdegree,
    30                      ideal Q=NULL, ring tailRing = currRing);
    31 intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing = currRing);
    32 intvec * hSecondSeries(intvec *hseries1);
    33 
    34 void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL);
    35 
    3635#endif
    3736
Note: See TracChangeset for help on using the changeset viewer.