Changeset d4049c in git


Ignore:
Timestamp:
Jul 21, 2014, 7:20:18 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
06d5774722df3a09ae8f983da8c2b455d6224f31
Parents:
eb836ceccfffe01622457439ed104bca800bc101
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2014-07-21 19:20:18+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:04+01:00
Message:
chg: temp commit
Files:
1 added
1 edited

Legend:

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

    reb836c rd4049c  
    478478bool ppreduceInitially(ideal I, ring r, number p)
    479479{
     480  assume(!n_IsUnit(p,r->cf));
     481
    480482  /***
    481483   * Step 1: split up I into components of same degree in x
     
    501503  std::map<long,ideal>::iterator it=H.begin();
    502504  ideal Hi = it->second;
    503   // assume(idSize(Hi)==1);
    504   // assume(pLength(Hi->m[0])==2 && p_GetExp(Hi->m[0],1,r)==0
    505   //          && p_GetExp(Hi->m[0]->next,1,r)==1);
    506   // number p = currentCase.uniformizingParameter;
    507   assume(!n_IsUnit(p,r->cf));
    508   // idShallowDelete(&it->second);
    509505
    510506  /***
     
    512508   *  and all lower components
    513509   **/
    514   // it++; Hi = it->second; n--;
    515510  if (ppreduceInitially(Hi,p,r)) return true;
    516511
Note: See TracChangeset for help on using the changeset viewer.