Changeset b87513c in git for libfac/factor


Ignore:
Timestamp:
Aug 6, 2001, 10:33:08 AM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f9aada33010d06acda2bec6c9b188429c57541e2
Parents:
e90314894f11eeb9e91dd2e8b38dbaa5f46569d9
Message:
* hannes: code cleanup


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/Factor.cc

    re903148 rb87513c  
    11/* Copyright 1996 Michael Messollen. All rights reserved. */
    22///////////////////////////////////////////////////////////////////////////////
    3 static char * rcsid = "$Id: Factor.cc,v 1.7 2001-06-21 14:57:05 Singular Exp $ ";
     3static char * rcsid = "$Id: Factor.cc,v 1.8 2001-08-06 08:32:54 Singular Exp $ ";
    44static char * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de \nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
    55///////////////////////////////////////////////////////////////////////////////
     
    527527               degree(getMipo(Extension,'x')) );
    528528      TIMING_START(evaluate_time);
    529      #if 0             
     529     #if 1
    530530      Outputlist = factorize(F,Extension);
    531531     #else
     
    637637      DEBOUTLN(cout, "Univ. Factorization over extension of degree ",
    638638               degree(getMipo(Extension,'x')) );
    639      #if 0             
     639     #if 1
    640640      UnivariateFactorlist = factorize(ffuni,Extension);
    641641     #else
     
    823823/*
    824824$Log: not supported by cvs2svn $
     825Revision 1.7  2001/06/21 14:57:05  Singular
     826*hannes/GP: Factorize, newfactoras, ...
     827
    825828Revision 1.6  2001/06/18 08:44:41  pfister
    826829* hannes/GP/michael: factory debug, Factorize
  • libfac/factor/Truefactor.cc

    re903148 rb87513c  
    22///////////////////////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 //static char * rcsid = "@(#) $Id: Truefactor.cc,v 1.6 2001-06-27 13:58:06 Singular Exp $";
     4//static char * rcsid = "@(#) $Id: Truefactor.cc,v 1.7 2001-08-06 08:32:54 Singular Exp $";
    55///////////////////////////////////////////////////////////////////////////////
    66// Factory - Includes
     
    223223    //cout << "           1:" << change_poly(factor.factor(),SubstitutionList,1) <<endl;
    224224    c= mydivremt(U,test_f,a,b);
    225     if (  c  && b == U.genZero() && !hasAlgVar(test_f)) // factor.getFactor() divides U
     225    if (  c  && b == U.genZero() && !hasAlgVar(test_f))
     226    // factor.getFactor() divides U
    226227    {
    227228      //cout << " teilt:" << test_f <<endl;
     
    409410/*
    410411$Log: not supported by cvs2svn $
     412Revision 1.6  2001/06/27 13:58:06  Singular
     413*hannes/GP: debug newfactoras, char_series, ...
     414
    411415Revision 1.5  2001/06/21 14:57:06  Singular
    412416*hannes/GP: Factorize, newfactoras, ...
Note: See TracChangeset for help on using the changeset viewer.