Changeset 4732f8 in git for kernel/ratgring.h
- Timestamp:
- Feb 21, 2009, 8:30:56 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- cce4a2f69a8341c6b8fbb3f1e78b41bf26ed7970
- Parents:
- 28f16452ba2351e155e944280a5d83ffdfd1ffc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ratgring.h
r28f164 r4732f8 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ratgring.h,v 1. 6 2008-08-07 21:15:56 levandov Exp $ */6 /* $Id: ratgring.h,v 1.7 2009-02-21 19:30:56 levandov Exp $ */ 7 7 /* 8 8 * ABSTRACT additional defines etc for --with-plural … … 35 35 ideal ncGCD(poly p, poly q, ring r); // for p,q from a commutative ring 36 36 37 //poly nc_rat_CreateSpoly(poly p1, poly p2, poly spNoether, int ishift, ring r);37 poly nc_rat_CreateSpoly(poly p1, poly p2, int ishift, ring r); 38 38 39 39 poly nc_rat_ReduceSpolyNew(poly p1, poly p2, int ishift, ring r);
Note: See TracChangeset
for help on using the changeset viewer.