Changeset 95450e in git for kernel/polys.h


Ignore:
Timestamp:
Nov 16, 2007, 6:26:14 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
04d0a022cb26ebea0cf0c346d9cbe8781507d537
Parents:
3931bfd594a1093c21e04fc07fe09fe3aa5aa602
Message:
*hannes: variables: p_GetVariables


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r3931bf r95450e  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.13 2007-11-14 14:45:46 Singular Exp $ */
     6/* $Id: polys.h,v 1.14 2007-11-16 17:25:10 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    191191/***************************************************************
    192192 *
    193  * Copying/Deleteion of polys: args may be NULL
     193 * Copying/Deletion of polys: args may be NULL
    194194 *  - p/q as arg mean a poly
    195195 *  - m a monomial
     
    251251#define   pIsUnivariate(p)  p_IsUnivariate(p, currRing)
    252252#define   pIsVector(p)      (pGetComp(p)>0)
     253#define   pGetVariables(p,e)  p_GetVariables(p, e, currRing)
    253254
    254255#ifdef HAVE_RINGS
Note: See TracChangeset for help on using the changeset viewer.