Changeset 95450e in git for kernel/polys.h
- Timestamp:
- Nov 16, 2007, 6:26:14 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 04d0a022cb26ebea0cf0c346d9cbe8781507d537
- Parents:
- 3931bfd594a1093c21e04fc07fe09fe3aa5aa602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r3931bf r95450e 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1.1 3 2007-11-14 14:45:46Singular Exp $ */6 /* $Id: polys.h,v 1.14 2007-11-16 17:25:10 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 191 191 /*************************************************************** 192 192 * 193 * Copying/Delet eion of polys: args may be NULL193 * Copying/Deletion of polys: args may be NULL 194 194 * - p/q as arg mean a poly 195 195 * - m a monomial … … 251 251 #define pIsUnivariate(p) p_IsUnivariate(p, currRing) 252 252 #define pIsVector(p) (pGetComp(p)>0) 253 #define pGetVariables(p,e) p_GetVariables(p, e, currRing) 253 254 254 255 #ifdef HAVE_RINGS
Note: See TracChangeset
for help on using the changeset viewer.