Changeset 936551 in git
- Timestamp:
- Apr 17, 2008, 2:32:13 PM (15 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 7282887cb4b64d9b0bd7422605cafe9778d1a02e
- Parents:
- 16466a84f8e6357349b0be5a5d5d30d69ce673d4
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r16466a r936551 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.26 5 2008-03-19 17:44:29 SingularExp $ */4 /* $Id: extra.cc,v 1.266 2008-04-17 12:32:13 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 57 57 #ifdef HAVE_RINGS 58 58 #include "ringgb.h" 59 #endif 60 61 #ifdef HAVE_F5 62 #include "f5gb.h" 59 63 #endif 60 64 … … 2555 2559 else 2556 2560 #endif 2561 #ifdef HAVE_F5 2562 /*==================== F5 Implementation =================*/ 2563 if (strcmp(sys_cmd, "F5")==0) 2564 { 2565 ring r = currRing; 2566 ideal G = (ideal) h->Data(); 2567 res->rtyp=IDEAL_CMD; 2568 res->data=(ideal) computeF5(G, r); 2569 return(FALSE); 2570 } 2571 else 2572 #endif 2557 2573 #ifdef HAVE_RINGS 2558 2574 /*==================== Testing groebner basis =================*/
Note: See TracChangeset
for help on using the changeset viewer.