Changeset 2664d0f in git
- Timestamp:
- Feb 14, 2005, 4:29:54 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'e442a7529eaef48148a355ea8b0406dbed1d8a55')
- Children:
- 78030c0c8fc5f971fef8cf55e88b35160a693ad6
- Parents:
- 9cb26468351fcd4a821d55df6f9e83599d693eb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r9cb2646 r2664d0f 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.21 6 2005-02-08 12:58:55bricken Exp $ */4 /* $Id: extra.cc,v 1.217 2005-02-14 15:29:54 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 1744 1744 } 1745 1745 else 1746 if (strcmp(sys_cmd, "multifastmult")==0) 1747 { 1748 ring r = currRing; 1749 poly f = (poly)h->Data(); 1750 h=h->next; 1751 poly g=(poly)h->Data(); 1752 res->rtyp=POLY_CMD; 1753 res->data=multifastmult(f,g); 1754 return(FALSE); 1755 } 1756 else 1746 1757 /*==================== Error =================*/ 1747 1758 Werror( "system(\"%s\",...) %s", sys_cmd, feNotImplemented );
Note: See TracChangeset
for help on using the changeset viewer.