Changeset 49bfb1 in git
- Timestamp:
- Feb 14, 2005, 5:16:20 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- e95342ba7486fe2815d8c8727365ace39fee8dac
- Parents:
- 78030c0c8fc5f971fef8cf55e88b35160a693ad6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r78030c r49bfb1 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.21 7 2005-02-14 15:29:54bricken Exp $ */4 /* $Id: extra.cc,v 1.218 2005-02-14 16:16:20 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 1740 1740 poly g=(poly)h->Data(); 1741 1741 res->rtyp=POLY_CMD; 1742 res->data=unifastmult(f,g );1742 res->data=unifastmult(f,g,currRing); 1743 1743 return(FALSE); 1744 1744 } … … 1751 1751 poly g=(poly)h->Data(); 1752 1752 res->rtyp=POLY_CMD; 1753 res->data=multifastmult(f,g );1753 res->data=multifastmult(f,g,currRing); 1754 1754 return(FALSE); 1755 1755 }
Note: See TracChangeset
for help on using the changeset viewer.