Changeset b87513c in git for libfac


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
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • libfac/ChangeLog

    re903148 rb87513c  
     1Thu Jun 28 18:27:55 CEST 2001 Hans Schoenemann <hannes@mathematik.uni-kl.de>
     2
     3       * fixes to resultant, newfactoras, IrrCharSeries, Factorize
     4
    15Tue Apr 10 15:34:04 CEST 2001 Hans Schoenemann <hannes@mathematik.uni-kl.de>
    26
     
    59Wed Jun 03 14:42:51 1998    <pohl@FUECHSE>
    610
    7         * Makefile.in (CPPFLAGS): include paths fixed so that Windows
    8         NT will find Factor.h before factor.h
     11        * Makefile.in (CPPFLAGS): include paths fixed so that Windows
     12        NT will find Factor.h before factor.h
    913
    10141998-05-25  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
    1115
    12         * charset/alg_factor.cc: replaced identifiers 'random' by
    13         'myrandom' to avoid name conflicts with the built-in (stdlib)
    14         library function 'random' which might be a macro -- and, actually
    15         is  under gcc v 2.6.3
    16        
     16        * charset/alg_factor.cc: replaced identifiers 'random' by
     17        'myrandom' to avoid name conflicts with the built-in (stdlib)
     18        library function 'random' which might be a macro -- and, actually
     19        is  under gcc v 2.6.3
     20
    1721
    1822Wed Apr 22 16:12:16 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    1923
    20         * header.tpl, factor.h, factor/version.cc (libfac_name,
    21           libgac_version, libfac_date, libfac_athur): defined/declared
    22           const
     24        * header.tpl, factor.h, factor/version.cc (libfac_name,
     25          libgac_version, libfac_date, libfac_athur): defined/declared
     26           const
    2327
    2428Thu Mar 12 14:32:06 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    2529
    26         * charset/csutil.cc, charset/alg_factor.cc: all references to
    27           `common_den()' replaced by `bCommonDen()'
     30        * charset/csutil.cc, charset/alg_factor.cc: all references to
     31          `common_den()' replaced by `bCommonDen()'
    2832
    2933Fri Feb 27 11:32:02 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    3034
    31         * factor/tmpl_inst.cc: template names adapted (`*.cc' ->
    32           `ftmpl_*.cc')
     35        * factor/tmpl_inst.cc: template names adapted (`*.cc' ->
     36          `ftmpl_*.cc')
    3337
    3438Tue May 13 11:32:11 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    3539
    36         * Makefile.in (uninstall): took out template installation
    37         (all): added OPTOBJ target so that the dir is created, if necessary
     40        * Makefile.in (uninstall): took out template installation
     41        (all): added OPTOBJ target so that the dir is created, if necessary
    3842
    3943Sun May 25 14:06:12 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    4044
    41         * configure.in: Fixed handling of CXXFLAGS -- it is not touched if
    42           set as env var
     45        * configure.in: Fixed handling of CXXFLAGS -- it is not touched if
     46          set as env var
    4347
    4448Fri May 23 11:10:18 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
    4549
    46         * configure.in (CXXFLAGS): Check whether they are set before value
    47           is assigned
     50        * configure.in (CXXFLAGS): Check whether they are set before value
     51          is assigned
    4852
    4953Tue May 13 20:09:03 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
    5054
    51         * configure.in: Exit with error if factory.h was not found and
    52           --enable-factory option was not explicitely given
     55        * configure.in: Exit with error if factory.h was not found and
     56          --enable-factory option was not explicitely given
    5357
    5458Tue May 13 11:32:11 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    5559
    56         * Makefile.in (uninstall): took out template installation
     60        * Makefile.in (uninstall): took out template installation
    5761
    5862Tue May  6 09:30:51 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    5963
    60         * Added ranlib after installing libs -- Suns seem to need it
     64        * Added ranlib after installing libs -- Suns seem to need it
    6165
    62         * configure.in: Manuallu put INSTALL into Makefile.in
     66        * configure.in: Manuallu put INSTALL into Makefile.in
    6367
    6468Mon May  5 15:43:58 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    6569
    66         * added installation of templates
     70        * added installation of templates
    6771
    6872Sat May  3 19:58:53 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    6973
    70         * Makefile.in (CPPFLAGS): Put -I. before other CPPFLAGS
     74        * Makefile.in (CPPFLAGS): Put -I. before other CPPFLAGS
    7175
  • libfac/charset/alg_factor.cc

    re903148 rb87513c  
    33// emacs edit mode for this file is -*- C++ -*-
    44////////////////////////////////////////////////////////////
    5 static char * rcsid = "$Id: alg_factor.cc,v 1.7 2001-06-27 13:58:05 Singular Exp $";
     5static char * rcsid = "$Id: alg_factor.cc,v 1.8 2001-08-06 08:32:53 Singular Exp $";
    66////////////////////////////////////////////////////////////
    77// FACTORY - Includes
     
    379379    else
    380380    {
     381      #if 1
    381382      Variable XX;
    382383      CanonicalForm mipo=getMipo(X,XX);
    383384      CFList as(mipo);
    384385      Factorlist = newfactoras(R, as , 1);
     386      #else
     387      // factor R over k
     388      Factorlist = Factorize(R);
     389      #endif
    385390    }
    386391  }
     
    671676/*
    672677$Log: not supported by cvs2svn $
     678Revision 1.7  2001/06/27 13:58:05  Singular
     679*hannes/GP: debug newfactoras, char_series, ...
     680
    673681Revision 1.6  2001/06/21 14:57:04  Singular
    674682*hannes/GP: Factorize, newfactoras, ...
  • libfac/charset/charset.cc

    re903148 rb87513c  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 static char * rcsid = "$Id: charset.cc,v 1.7 2001-06-27 13:58:06 Singular Exp $";
     4static char * rcsid = "$Id: charset.cc,v 1.8 2001-08-06 08:32:53 Singular Exp $";
    55/////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    581581          {
    582582#ifdef SINGULAR
    583             WarnS("libfac: Factoring over algebraic function field required!");
     583            //WarnS("libfac: Factoring over algebraic function field required!");
    584584#else
    585585#ifndef NOSTREAMIO
     
    599599/*
    600600$Log: not supported by cvs2svn $
     601Revision 1.7  2001/06/27 13:58:06  Singular
     602*hannes/GP: debug newfactoras, char_series, ...
     603
    601604Revision 1.6  2000/03/08 12:54:35  obachman
    602605 * comment out warning "libfac: Factoring over algebraic function
  • 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.