Changeset 1c473f in git for kernel/kstd1.h
- Timestamp:
- Feb 24, 2008, 6:41:32 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 4d43ff458adf4e30c9059ffaf846500aa5d64c61
- Parents:
- c1d4a79cef5604c9608af4eb2e48128ef65c70fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.h
rc1d4a79 r1c473f 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kstd1.h,v 1. 2 2007-07-25 10:53:15 SingularExp $ */6 /* $Id: kstd1.h,v 1.3 2008-02-24 17:41:31 levandov Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 33 33 ideal kStd(ideal F, ideal Q, tHomog h, intvec ** mw,intvec *hilb=NULL, 34 34 int syzComp=0,int newIdeal=0, intvec *vw=NULL); 35 36 ideal kStdShift(ideal F, ideal Q, tHomog h,intvec ** w, intvec *hilb,int syzComp, 37 int newIdeal, intvec *vw, int uptodeg, int lVblock); 35 38 36 39 /* the following global data are defined in kutil.cc */
Note: See TracChangeset
for help on using the changeset viewer.