Changeset fa1f52 in git for Singular/sparsmat.cc
- Timestamp:
- Dec 31, 2000, 4:54:47 PM (23 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 3d369e3535023c7788c5b53355d3e437754b512e
- Parents:
- 4469359e15fa7f254c1e096b60cae9cd0e8629e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/sparsmat.cc
r446935 rfa1f52 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: sparsmat.cc,v 1.4 7 2000-12-31 15:14:45obachman Exp $ */4 /* $Id: sparsmat.cc,v 1.48 2000-12-31 15:54:47 obachman Exp $ */ 5 5 6 6 /* … … 59 59 poly a, poly b) 60 60 { 61 if (rOrd_is_c_dp(currRing)) 62 { 61 if (rOrd_is_Comp_dp(currRing) && currRing->ExpL_Size > 2) 62 { 63 // pp_Mult_Coeff_mm_DivSelectMult only works for (c/C,dp) and 64 // ExpL_Size > 2 65 // should be generalized, at least to dp with ExpL_Size == 2 66 // (is the case for 1 variable) 63 67 int shorter; 64 68 p = currRing->p_Procs->pp_Mult_Coeff_mm_DivSelectMult(p, m, a, b,
Note: See TracChangeset
for help on using the changeset viewer.