Changeset 64f0ca in git for kernel/kstd1.h
- Timestamp:
- Feb 22, 2012, 9:48:23 PM (11 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.h
r80ca3c r64f0ca 26 26 poly kNF (ideal F, ideal Q, poly p,int syzComp=0, int lazyReduce=0); 27 27 ideal 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 30 poly kNF (ideal F, ideal Q, poly p,int syzComp, int lazyReduce, const ring _currRing); 28 31 29 32 ideal kStd(ideal F, ideal Q, tHomog h, intvec ** mw,intvec *hilb=NULL,
Note: See TracChangeset
for help on using the changeset viewer.