Changeset fa1f52 in git for Singular/sparsmat.cc


Ignore:
Timestamp:
Dec 31, 2000, 4:54:47 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
3d369e3535023c7788c5b53355d3e437754b512e
Parents:
4469359e15fa7f254c1e096b60cae9cd0e8629e2
Message:
bug fix


git-svn-id: file:///usr/local/Singular/svn/trunk@5006 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    r446935 rfa1f52  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.47 2000-12-31 15:14:45 obachman Exp $ */
     4/* $Id: sparsmat.cc,v 1.48 2000-12-31 15:54:47 obachman Exp $ */
    55
    66/*
     
    5959                                               poly a, poly b)
    6060{
    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)
    6367    int shorter;
    6468    p = currRing->p_Procs->pp_Mult_Coeff_mm_DivSelectMult(p, m, a, b,
Note: See TracChangeset for help on using the changeset viewer.