Changeset eaae7d in git
- Timestamp:
- Jul 20, 2011, 6:29:36 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 1fdb6e5d1f9e38c01c5426bbd128438ee72a4bd3
- Parents:
- 359d86df43e3c24f09943e14a54ce48350072478
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-20 18:29:36+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:44+01:00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r359d86d reaae7d 1717 1717 if (rIsPluralRing(currRing)) 1718 1718 { 1719 Lp.p = nc_CreateShortSpoly(strat->S[i],p ); // ??? strat->tailRing?1719 Lp.p = nc_CreateShortSpoly(strat->S[i],p, currRing); // ??? strat->tailRing? 1720 1720 } 1721 1721 else -
kernel/structs.h
r359d86d reaae7d 12 12 #include <omalloc/omalloc.h> 13 13 #include <misc/auxiliary.h> 14 #include <polys/polys.h> 15 #include <polys/coeffrings.h> 16 14 17 #ifdef HAVE_RINGS 15 18 #include <coeffs/si_gmp.h> -
libpolys/polys/nc/nc.h
r359d86d reaae7d 259 259 } 260 260 261 // ? 262 poly nc_CreateShortSpoly(poly p1, poly p2, const ring r); 263 264 /* brackets: p will be destroyed... */ 265 poly nc_p_Bracket_qq(poly p, const poly q); 266 267 261 268 static inline poly nc_ReduceSpoly(const poly p1, poly p2, const ring r) 262 269 { -
libpolys/polys/nc/old.gring.h
r359d86d reaae7d 46 46 47 47 48 poly nc_CreateShortSpoly(poly p1, poly p2, const ring r=currRing);49 50 51 /* brackets: p will be destroyed... */52 poly nc_p_Bracket_qq(poly p, const poly q);53 48 54 49 /* twostd: */
Note: See TracChangeset
for help on using the changeset viewer.