Changeset 954622 in git for Singular/polys.h


Ignore:
Timestamp:
Jan 5, 1998, 5:39:30 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
c3f65f904023367359e5ea645233a032bc19ec97
Parents:
9804bd89225c20a26731f3612ccb6b9060765066
Message:
* hannes: fixes for "TEST_MAC_ORDER" and some optimizations for binomials
   (binom.cc binom.h claptmpl.cc ipid.h kstd1.cc kstd2.cc kutil.cc
   polys-impl.h polys.cc polys.h polys0.cc polys1.cc ring.h spolys.cc spolys0.h)


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

Legend:

Unmodified
Added
Removed
  • Singular/polys.h

    r9804bd r954622  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.6 1997-12-15 22:46:37 obachman Exp $ */
     6/* $Id: polys.h,v 1.7 1998-01-05 16:39:27 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials
     
    191191
    192192poly      pmInit(char *s, BOOLEAN &ok);   /* monom -> poly */
    193 poly      pOne(void);
    194193void      ppDelete(poly * a, ring r);
    195194
     
    247246void      pEnlargeSet(polyset *p, int length, int increment);
    248247poly      pISet(int i);
     248#define   pOne()   pISet(1)
    249249
    250250void      pContent(poly p);
Note: See TracChangeset for help on using the changeset viewer.