Changeset 64f0ca in git for kernel/kstd1.h


Ignore:
Timestamp:
Feb 22, 2012, 9:48:23 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
232bbd53fe67fd62379e6eb97d8195caeb29d405
Parents:
80ca3c62104a8ede71139b7dae3090f767870f7c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:48:23+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:08+01:00
Message:
proper hack for SCA

fix: SCA test + initialization
fix: GB over a SCA
add: "ring-dependent" wrapper of kNF (for SCA test)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.h

    r80ca3c r64f0ca  
    2626poly kNF (ideal F, ideal Q, poly p,int syzComp=0, int lazyReduce=0);
    2727ideal kNF(ideal F, ideal Q, ideal p,int syzComp=0, int lazyReduce=0);
     28
     29/// NOTE: this is just a wrapper which sets currRing for the actual kNF call
     30poly kNF (ideal F, ideal Q, poly p,int syzComp, int lazyReduce, const ring _currRing);
    2831
    2932ideal kStd(ideal F, ideal Q, tHomog h, intvec ** mw,intvec *hilb=NULL,
Note: See TracChangeset for help on using the changeset viewer.