Changeset e744d9 in git for Singular/dyn_modules/gfanlib/initial.h
- Timestamp:
- Jul 17, 2014, 12:28:18 PM (9 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- eb836ceccfffe01622457439ed104bca800bc101
- Parents:
- 3c0aa5079c417e92fdfaa03c1d87d73f5b365291
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2014-07-17 12:28:18+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/initial.h
r3c0aa5 re744d9 14 14 **/ 15 15 long wDeg(const poly p, const ring r, const gfan::ZVector w); 16 17 /*** 18 * Computes the weighted multidegree of the leading term of p with respect to W. 19 * The weighted multidegree is a vector whose i-th entry is the weighted degree 20 * with respect to the i-th row vector of W. 21 **/ 22 gfan::ZVector WDeg(const poly p, const ring r, const gfan::ZMatrix W); 16 23 17 24 /*** … … 32 39 poly initial(const poly p, const ring r, const gfan::ZVector w); 33 40 ideal initial(const ideal I, const ring r, const gfan::ZVector w); 34 41 poly initial(const poly p, const ring r, const gfan::ZMatrix W); 42 poly initial(const ideal I, const ring r, const gfan::ZMatrix W); 35 43 36 44
Note: See TracChangeset
for help on using the changeset viewer.