Ignore:
Timestamp:
Jul 17, 2014, 12:28:18 PM (9 years ago)
Author:
Yue Ren <ren@…>
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
Message:
chg: status update 17.07.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/initial.h

    r3c0aa5 re744d9  
    1414 **/
    1515long 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 **/
     22gfan::ZVector WDeg(const poly p, const ring r, const gfan::ZMatrix W);
    1623
    1724/***
     
    3239poly initial(const poly p, const ring r, const gfan::ZVector w);
    3340ideal initial(const ideal I, const ring r, const gfan::ZVector w);
    34 
     41poly initial(const poly p, const ring r, const gfan::ZMatrix W);
     42poly initial(const ideal I, const ring r, const gfan::ZMatrix W);
    3543
    3644
Note: See TracChangeset for help on using the changeset viewer.