Changeset 5d0556 in git
- Timestamp:
- Jan 30, 2009, 6:25:04 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 01e82c892793a44b6fafcfe6e6b076492ad7337d
- Parents:
- 66e7b51e7e2fb39132258de81dac745cfa224931
- Location:
- kernel
- Files:
-
- 4 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.in
r66e7b5 r5d0556 114 114 pDebug.cc pInline2.cc pInline1.cc pInline0.cc \ 115 115 pShallowCopyDelete.cc fast_mult.cc digitech.cc \ 116 tgb.cc tgbgauss.cc ringgb.cc lpolynom.cc f5gb.cc ratgring.cc shiftgb.cc116 tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc 117 117 118 118 # normal C source files -
kernel/f5gb.cc
r66e7b5 r5d0556 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.cc,v 1. 19 2009-01-29 17:59:30ederc Exp $ */4 /* $Id: f5gb.cc,v 1.20 2009-01-30 17:25:04 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 22 22 #include "pInline1.h" 23 23 #include "f5gb.h" 24 #include " lpolynomial.h"24 #include "f5data.h" 25 25 #include "f5lists.h" 26 26 -
kernel/f5gb.h
r66e7b5 r5d0556 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.1 8 2009-01-29 17:59:30ederc Exp $ */4 /* $Id: f5gb.h,v 1.19 2009-01-30 17:25:04 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 10 10 11 11 #ifdef HAVE_F5 12 #include " lpolynomial.h"12 #include "f5data.h" 13 13 #include "f5lists.h" 14 14 -
kernel/f5lists.cc
r66e7b5 r5d0556 16 16 #include "pInline1.h" 17 17 #include "f5gb.h" 18 #include " lpolynomial.h"18 #include "f5data.h" 19 19 #include "f5lists.h" 20 20 -
kernel/f5lists.h
r66e7b5 r5d0556 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5lists.h,v 1. 2 2009-01-29 17:59:30ederc Exp $ */4 /* $Id: f5lists.h,v 1.3 2009-01-30 17:25:04 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: list interface 7 7 */ 8 #include " lpolynomial.h"9 #ifndef LISTS_HEADER10 #define LISTS_HEADER8 #include "f5data.h" 9 #ifndef F5LISTS_HEADER 10 #define F5LISTS_HEADER 11 11 12 12 #ifdef HAVE_F5 -
kernel/mod2.h.in
r66e7b5 r5d0556 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.2 8 2008-10-02 08:59:35 SingularExp $8 * Version: $Id: mod2.h.in,v 1.29 2009-01-30 17:25:04 ederc Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 194 194 /* procedures to compute groebner bases with the f5 implementation */ 195 195 /* still testing */ 196 # undef HAVE_F5196 #define HAVE_F5 1 197 197 198 198 /* letterplace gb:*/
Note: See TracChangeset
for help on using the changeset viewer.