Changeset 173e86 in git


Ignore:
Timestamp:
Apr 8, 1997, 12:38:05 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
163cb19b17b054678d83e9b1177d8f0fdfeec7a8
Parents:
d754b755dbf078bffb02659adfeb40a5391bc187
Message:
#include <config.h> added


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

Legend:

Unmodified
Added
Removed
  • factory/fac_multihensel.cc

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_multihensel.cc,v 1.2 1997-03-27 09:45:49 schmidt Exp $
     2// $Id: fac_multihensel.cc,v 1.3 1997-04-08 10:29:10 schmidt Exp $
    33
    44/*
    55 * $Log: not supported by cvs2svn $
     6 * Revision 1.2  1997/03/27 09:45:49  schmidt
     7 * debug output rewritten
     8 * some spurious preprocessor directives removed
     9 *
    610 * Revision 1.1  1996/12/06 14:46:22  schmidt
    711 * Initial revision
     
    913 */
    1014
     15#include <config.h>
     16
    1117#include "assert.h"
    1218#include "debug.h"
     
    1420
    1521#include "cf_defs.h"
    16 
    1722#include "cf_eval.h"
    1823#include "cf_map.h"
  • factory/fac_multivar.cc

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_multivar.cc,v 1.3 1997-03-27 09:47:17 schmidt Exp $
     2// $Id: fac_multivar.cc,v 1.4 1997-04-08 10:30:59 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.3  1997/03/27 09:47:17  schmidt
     7debug output rewritten
     8some spurious preprocessor directives removed
     9
    610Revision 1.2  1996/12/05 18:24:54  schmidt
    711``Unconditional'' check-in.
     
    1620*/
    1721
     22#include <config.h>
     23
    1824#include "assert.h"
    1925#include "debug.h"
     
    2127
    2228#include "cf_defs.h"
    23 
    2429#include "fac_multivar.h"
    2530#include "fac_univar.h"
  • factory/fac_multivar.h

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_multivar.h,v 1.0 1996-05-17 10:59:40 stobbe Exp $
     2// $Id: fac_multivar.h,v 1.1 1997-04-08 10:31:31 schmidt Exp $
    33
    44#ifndef INCL_FAC_MULTIVAR_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:40  stobbe
     10Initial revision
     11
    912*/
     13
     14#include <config.h>
    1015
    1116#include "canonicalform.h"
    1217
    1318CFFList ZFactorizeMultivariate ( const CanonicalForm & f, bool issqrfree );
    14        
     19
    1520#endif /* INCL_FAC_MULTIVAR_H */
  • factory/fac_sqrfree.cc

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_sqrfree.cc,v 1.3 1996-12-05 18:24:55 schmidt Exp $
     2// $Id: fac_sqrfree.cc,v 1.4 1997-04-08 10:32:03 schmidt Exp $
     3
     4#include <config.h>
    35
    46#include "assert.h"
     7
    58#include "cf_defs.h"
    69#include "canonicalform.h"
     
    811/*
    912$Log: not supported by cvs2svn $
     13Revision 1.3  1996/12/05 18:24:55  schmidt
     14``Unconditional'' check-in.
     15Now it is my turn to develop factory.
     16
    1017Revision 1.2  1996/06/26 13:15:28  stobbe
    1118"sqrFreeZ: Now handles the sign of the argument right.
  • factory/fac_sqrfree.h

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_sqrfree.h,v 1.0 1996-05-17 10:59:40 stobbe Exp $
     2// $Id: fac_sqrfree.h,v 1.1 1997-04-08 10:32:27 schmidt Exp $
    33
    44#ifndef INCL_FAC_SQRFREE_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:40  stobbe
     10Initial revision
     11
    912*/
     13
     14#include <config.h>
    1015
    1116#include "canonicalform.h"
  • factory/fac_univar.cc

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_univar.cc,v 1.5 1997-03-27 09:54:41 schmidt Exp $
     2// $Id: fac_univar.cc,v 1.6 1997-04-08 10:33:19 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.5  1997/03/27 09:54:41  schmidt
     7timing output changed to TIMING
     8debug output rewritten
     9debug output changed to DEBOUT
     10
    611Revision 1.4  1996/07/12 08:37:20  stobbe
    712"ZFactorizeUnivariate: now handles constants of the squarefree decomposition
     
    2631*/
    2732
     33#include <config.h>
     34
    2835#include <math.h>
    2936
     
    3340
    3441#include "cf_defs.h"
    35 
    3642#include "fac_util.h"
    3743#include "fac_univar.h"
  • factory/fac_univar.h

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_univar.h,v 1.0 1996-05-17 10:59:40 stobbe Exp $
     2// $Id: fac_univar.h,v 1.1 1997-04-08 10:33:48 schmidt Exp $
    33
    44#ifndef INCL_FAC_UNIVAR_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:40  stobbe
     10Initial revision
     11
    912*/
     13
     14#include <config.h>
    1015
    1116#include "canonicalform.h"
     
    1722
    1823#endif /* INCL_FAC_UNIVAR_H */
    19 
  • factory/fac_util.cc

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.cc,v 1.4 1997-03-27 09:56:58 schmidt Exp $
     2// $Id: fac_util.cc,v 1.5 1997-04-08 10:37:42 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.4  1997/03/27 09:56:58  schmidt
     7error check changed to ASSERT
     8
    69Revision 1.3  1996/07/16 12:26:05  stobbe
    710"New functions prod, crossprod ans sum for CFArrays, since these functions
     
    2326*/
    2427
     28#include <config.h>
     29
    2530#include "assert.h"
    2631
    2732#include "cf_defs.h"
    28 
    2933#include "canonicalform.h"
    3034#include "cf_iter.h"
  • factory/fac_util.h

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.h,v 1.3 1996-07-16 12:26:05 stobbe Exp $
     2// $Id: fac_util.h,v 1.4 1997-04-08 10:38:05 schmidt Exp $
    33
    44#ifndef INCL_FAC_UTIL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.3  1996/07/16 12:26:05  stobbe
     10"New functions prod, crossprod ans sum for CFArrays, since these functions
     11are no longer contained in the template specification of Array.
     12"
     13
    914Revision 1.2  1996/07/08 08:22:02  stobbe
    1015"New organization of the factorization stuff. Some functions moved from
     
    2025
    2126*/
     27
     28#include <config.h>
    2229
    2330#include "canonicalform.h"
Note: See TracChangeset for help on using the changeset viewer.