Changeset b6201e in git for kernel/syz.cc


Ignore:
Timestamp:
Oct 26, 2004, 5:40:28 PM (20 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ed9fb15802473578f78dace5c362d4266bae4adc
Parents:
acb3f1bd1352049cddc598bf0841579fdbec8c4d
Message:
*levandov: for prune - in syzGaussOne right multiplication changed to the left one


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

Legend:

Unmodified
Added
Removed
  • kernel/syz.cc

    racb3f1b rb6201e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz.cc,v 1.5 2004-10-18 12:49:44 Singular Exp $ */
     4/* $Id: syz.cc,v 1.6 2004-10-26 15:40:28 levandov Exp $ */
    55
    66/*
     
    247247    {
    248248      pTakeOutComp(&(syz->m[from]), ModComp, &unit2, &lu);
    249       syz->m[from] = pMult(syz->m[from],pCopy(unit1));
     249      syz->m[from] = pMult(pCopy(unit1),syz->m[from]);
    250250      syz->m[from] = pSub(syz->m[from],
    251         pMult(pCopy(actWith),unit2));
     251        pMult(unit2,pCopy(actWith)));
    252252    }
    253253    from++;
Note: See TracChangeset for help on using the changeset viewer.