Changeset 7ba059 in git for kernel/polys.h
- Timestamp:
- Jul 24, 2007, 2:29:31 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 1dc959316eac2288bfe64889d2e83ce1d387c029
- Parents:
- 2f0941897d4f1406c4c4e8071399248a0e0b6e1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r2f0941 r7ba059 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1.1 1 2007-06-20 09:39:24 wienandExp $ */6 /* $Id: polys.h,v 1.12 2007-07-24 12:29:31 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 373 373 void p_Normalize(poly p, ring r); 374 374 #define pNormalize(p) p_Normalize(p,currRing) 375 int pSize( poly p ); 376 375 377 376 378 // homogenizes p by multiplying certain powers of the varnum-th variable
Note: See TracChangeset
for help on using the changeset viewer.