Changeset 18dab28 in git
- Timestamp:
- Jun 10, 2011, 12:20:01 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- fad7c58253719d304f98b93aba2f1184366af88e
- Parents:
- 91c34a0822ed8e2af9751d2145133f8a93c79b88
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-06-10 12:20:01+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:09+01:00
- Location:
- libpolys/polys
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/longalg.h
r91c34a r18dab28 11 11 #include <coeffs/longrat.h> 12 12 #include <polys/monomials/ring.h> 13 #include <polys/monomials/polys-impl.h>14 13 #include <polys/ext_fields/longtrans.h> 15 14 -
libpolys/polys/ext_fields/longtrans.h
r91c34a r18dab28 10 10 */ 11 11 #include <coeffs/longrat.h> 12 #include <polys/monomials/polys-impl.h>13 12 14 13 /* -
libpolys/polys/monomials/monomials.cc
r91c34a r18dab28 29 29 #define NO_INLINE3 30 30 #endif 31 #include <polys/monomials/polys-impl.h>32 31 33 32 #include <polys/monomials/ring.h> -
libpolys/polys/monomials/p_polys.h
r91c34a r18dab28 25 25 #include <polys/monomials/ring.h> 26 26 #include <polys/monomials/monomials.h> 27 #include <polys/monomials/polys-impl.h>28 27 29 28 #include <polys/templates/p_MemAdd.h> -
libpolys/polys/simpleideals.cc
r91c34a r18dab28 463 463 intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r) 464 464 { 465 poly p,q;466 465 intvec * result = new intvec(IDELEMS(id)); 467 int i, j, actpos=0, newpos , l;466 int i, j, actpos=0, newpos; 468 467 int diff, olddiff, lastcomp, newcomp; 469 468 BOOLEAN notFound; … … 1103 1102 void id_Compactify(ideal id, const ring r) 1104 1103 { 1105 int i ,j;1104 int i; 1106 1105 BOOLEAN b=FALSE; 1107 1106 … … 1168 1167 int mr=MATROWS(mat); 1169 1168 ideal result = idInit(si_max(mc,1),si_max(mr,1)); 1170 int i,j, 1169 int i,j,l; 1171 1170 poly h; 1172 poly p;1173 1171 sBucket_pt bucket = sBucketCreate(R); 1174 1172 … … 1307 1305 long cmax=1,order=0,ord,* diff,diffmin=32000; 1308 1306 int *iscom; 1309 int i ,j;1307 int i; 1310 1308 poly p=NULL; 1311 1309 pFDegProc d;
Note: See TracChangeset
for help on using the changeset viewer.