Ignore:
Timestamp:
Dec 1, 2013, 8:00:29 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
528fa78d82d2bc9d49f41d3dbb87afea0e1697e2
Parents:
fa167e9991d970432d089c5d6b7094886d1ffbb7
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-12-01 20:00:29+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:02+01:00
Message:
new: reduceInitially(poly &h, const poly g)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/tropical.cc

    rfa167e r7a4e77  
    972972  // p->iiAddCproc("","divideByGcd",FALSE,divideByGcd);
    973973  p->iiAddCproc("","pReduce",FALSE,pReduce);
     974  p->iiAddCproc("","reduceInitially0",FALSE,reduceInitially0);
     975  p->iiAddCproc("","reduceInitially1",FALSE,reduceInitially1);
    974976#endif //NDEBUG
    975977  // p->iiAddCproc("","initialReduction",FALSE,initialReduction);
Note: See TracChangeset for help on using the changeset viewer.