Changeset 5ef9d3 in git
- Timestamp:
- Jul 5, 2007, 10:35:10 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 04025b93a5e92a8ab0cea06525a42d8c471a32a9
- Parents:
- 2a329dc895a712995f2f237070af97a4eb2ca88a
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/p_polys.cc
r2a329d r5ef9d3 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: p_polys.cc,v 1. 5 2006-11-23 15:04:54Singular Exp $9 * Version: $Id: p_polys.cc,v 1.6 2007-07-05 08:35:10 Singular Exp $ 10 10 *******************************************************************/ 11 11 … … 297 297 case ringorder_Wp: 298 298 case ringorder_Ws: 299 case ringorder_M: 299 300 for (k=r->block0[i];k<=r->block1[i];k++) 300 301 { // in jedem block: … … 302 303 } 303 304 break; 304 case ringorder_M:305 305 case ringorder_lp: 306 306 case ringorder_ls: -
kernel/polys.cc
r2a329d r5ef9d3 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1.2 1 2007-06-20 09:59:47 wienandExp $ */4 /* $Id: polys.cc,v 1.22 2007-07-05 08:35:10 Singular Exp $ */ 5 5 6 6 /* … … 267 267 /*2 268 268 *make p homogeneous by multiplying the monomials by powers of x_varnum 269 *assume: deg(var(varnum))==1 269 270 */ 270 271 poly pHomogen (poly p, int varnum)
Note: See TracChangeset
for help on using the changeset viewer.