Changeset a4771e1 in git for kernel/combinatorics/hutil.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/hutil.h

    rc4e319 ra4771e1  
    77* ABSTRACT
    88*/
     9
     10class intvec;
     11
     12struct omBin_s   ; typedef struct omBin_s omBin_t ; typedef omBin_t * omBin;
     13
     14struct ip_sring  ; typedef struct ip_sring                          * ring;
     15struct sip_sideal; typedef struct sip_sideal                        * ideal;
     16struct spolyrec  ; typedef struct spolyrec polyrec; typedef polyrec * poly;
     17typedef                                                     poly    * polyset;
     18
     19extern ring currRing;
     20
    921typedef int * scmon;
    1022typedef scmon * scfmon;
     
    4355
    4456
    45 scfmon hInit(ideal S, ideal Q, int * Nexist, ring tailRing);
    4657void hDelete(scfmon ev, int ev_length);
    4758void hComp(scfmon exist, int Nexist, int ak, scfmon stc, int * Nstc);
     
    7485void hDegreeSeries(intvec *s1, intvec *s2, int *co, int *mu);
    7586
     87
     88scfmon hInit(ideal S, ideal Q, int * Nexist, ring tailRing);
    7689void slicehilb(ideal I);
    7790#endif
Note: See TracChangeset for help on using the changeset viewer.