Changeset e3dc1c in git for Singular/kutil.h


Ignore:
Timestamp:
Dec 18, 2000, 6:26:41 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
10a0c5ef3797be1dba4c637d3391ac548ba28b46
Parents:
b39d4dc5adb2ce64a3babd5df6ac99eb7f4ed311
Message:
* new strat and option(prot) for std


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.h

    rb39d4d re3dc1c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.48 2000-12-18 13:30:38 obachman Exp $ */
     6/* $Id: kutil.h,v 1.49 2000-12-18 17:26:41 obachman Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    2424// This disbales RedThrough, tailReductions against T (bba),
    2525// sets posInT = posInT15 (bba, strat->honey), and enables redFirst with LDeg
    26 #define HAVE_OLD_STD
     26// NOTE: the same effect can be achieved with option(oldStd)
     27// #define HAVE_OLD_STD
    2728
    2829#ifdef HAVE_OLD_STD
     
    306307int posInT17 (const TSet set,const int length,const LObject &p);
    307308int posInT19 (const TSet set,const int length,const LObject &p);
     309int posInT_EcartpLength(const TSet set,const int length,const LObject &p);
     310
     311#ifdef HAVE_MORE_POS_IN_T
     312int posInT_pLength(const TSet set,const int length,const LObject &p);
    308313int posInT_EcartFDegpLength(const TSet set,const int length,const LObject &p);
    309314int posInT_FDegpLength(const TSet set,const int length,const LObject &p);
    310 int posInT_EcartpLength(const TSet set,const int length,const LObject &p);
    311 int posInT_pLength(const TSet set,const int length,const LObject &p);
     315#endif
     316
    312317
    313318void reorderS (int* suc,kStrategy strat);
Note: See TracChangeset for help on using the changeset viewer.