Changeset 9abcc6 in git for Singular/dyn_modules/gfanlib/groebnerCone.h
- Timestamp:
- Mar 12, 2014, 9:08:50 AM (10 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 7aa26b206f76709abff0bab4adaac2dfc4ddb4ef
- Parents:
- c890142d6921b9d30b396af149a3df2fbc57981a
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2014-03-12 10:08:50+02:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:03+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/gfanlib/groebnerCone.h
rc89014 r9abcc6 8 8 #include <libpolys/polys/simpleideals.h> 9 9 #include <kernel/ideals.h> 10 #include <gfanlib/gfanlib_vector.h> 11 #include <gfanlib/gfanlib_zcone.h> 10 #include <gfanlib/gfanlib.h> 12 11 #include <set> 13 12 13 gfan::ZCone sloppyGroebnerCone(const poly g, const ring r, const gfan::ZVector w); 14 gfan::ZCone sloppyGroebnerCone(const ideal I, const ring r, const gfan::ZVector w); 14 15 gfan::ZCone groebnerCone(const poly g, const ring r, const gfan::ZVector w); 15 16 gfan::ZCone groebnerCone(const ideal I, const ring r, const gfan::ZVector w); 16 17 gfan::ZCone fullGroebnerCone(const ideal &I, const ring &r); 17 18 18 19 class groebnerConeData … … 31 32 groebnerConeData(const groebnerConeData &sigma); 32 33 groebnerConeData(const ideal &J, const ring &s, const gfan::ZCone &d, const gfan::ZVector &q); 33 groebnerConeData(const ideal &J, const ring &s); 34 groebnerConeData(const ideal J, const ring s, const gfan::ZVector w); 35 groebnerConeData(const ideal J, const ring s, const gfan::ZCone d); 34 36 ~groebnerConeData(); 35 37 … … 58 60 typedef std::set<groebnerConeData,groebnerConeData_compare> setOfGroebnerConeData; 59 61 62 gfan::ZFan* toFanStar(setOfGroebnerConeData setOfCones); 63 60 64 #endif
Note: See TracChangeset
for help on using the changeset viewer.