Changeset b429551 in git for libfac/charset


Ignore:
Timestamp:
Jan 22, 2008, 10:51:37 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f24a7f4cb925cec508572ae72f9bf06624119a14
Parents:
35cfa3461f55f0fe3760bcefda25c627641368c7
Message:
*hannes: sqrFree/InternalSqrFree -> factory


git-svn-id: file:///usr/local/Singular/svn/trunk@10520 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac/charset
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfac/charset/alg_factor.cc

    r35cfa3 rb429551  
    33// emacs edit mode for this file is -*- C++ -*-
    44////////////////////////////////////////////////////////////
    5 static char * rcsid = "$Id: alg_factor.cc,v 1.17 2007-05-15 14:46:48 Singular Exp $";
     5static char * rcsid = "$Id: alg_factor.cc,v 1.18 2008-01-22 09:51:36 Singular Exp $";
    66////////////////////////////////////////////////////////////
    77// FACTORY - Includes
     
    754754    Fgcd= pp(Fgcd); Ggcd= pp(Ggcd);
    755755    DEBDECLEVEL(CERR,"newfactoras");
    756     return myUnion(newfactoras(Fgcd,as,success) , newfactoras(Ggcd,as,success));
     756    return UnionCFFL(newfactoras(Fgcd,as,success) , newfactoras(Ggcd,as,success));
    757757  }
    758758  if ( getCharacteristic() > 0 ){
     
    823823    output=newfactoras(i.getItem().factor(),as, success);
    824824    for ( CFFListIterator j=output; j.hasItem(); j++)
    825       Output = myappend(Output,CFFactor(j.getItem().factor(),j.getItem().exp()*i.getItem().exp()));
     825      Output = appendCFFL(Output,CFFactor(j.getItem().factor(),j.getItem().exp()*i.getItem().exp()));
    826826  }
    827827  return Output;
     
    830830/*
    831831$Log: not supported by cvs2svn $
     832Revision 1.17  2007/05/15 14:46:48  Singular
     833*hannes: factorize in Zp(a)[x...]
     834
    832835Revision 1.16  2006/05/16 14:46:48  Singular
    833836*hannes: gcc 4.1 fixes
  • libfac/charset/algfactor.cc

    r35cfa3 rb429551  
    33// emacs edit mode for this file is -*- C++ -*-
    44////////////////////////////////////////////////////////////
    5 static char * rcsid = "$Id: algfactor.cc,v 1.8 2006-06-19 13:37:46 Singular Exp $";
     5static char * rcsid = "$Id: algfactor.cc,v 1.9 2008-01-22 09:51:37 Singular Exp $";
    66////////////////////////////////////////////////////////////
    77// FACTORY - Includes
     
    429429    success= min(success,csuccess);
    430430    for ( CFFListIterator j=CERR; j.hasItem(); j++)
    431       Output = myappend(Output,CFFactor(j.getItem().factor(),j.getItem().exp()*i.getItem().exp()));
     431      Output = appendCFFL(Output,CFFactor(j.getItem().factor(),j.getItem().exp()*i.getItem().exp()));
    432432  }
    433433  return Output;
     
    450450/*
    451451$Log: not supported by cvs2svn $
     452Revision 1.8  2006/06/19 13:37:46  Singular
     453*hannes: more CS renamed
     454
    452455Revision 1.7  2006/05/16 14:46:48  Singular
    453456*hannes: gcc 4.1 fixes
Note: See TracChangeset for help on using the changeset viewer.