Changeset c5f4b9 in git for Singular/p_polys.h


Ignore:
Timestamp:
Oct 19, 2000, 5:00:23 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
f8ac82ae9bd78544184f6fdd72ec54f6cc3ffb02
Parents:
113754c00b37b9f7fe84fe03c27d36c8d8bd84ad
Message:
* get rid off pShortOut, pVectorOut
* towards working with tailRings in std


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

Legend:

Unmodified
Added
Removed
  • Singular/p_polys.h

    r113754 rc5f4b9  
    88 *  Author:  obachman (Olaf Bachmann)
    99 *  Created: 9/00
    10  *  Version: $Id: p_polys.h,v 1.4 2000-10-16 12:06:38 obachman Exp $
     10 *  Version: $Id: p_polys.h,v 1.5 2000-10-19 15:00:18 obachman Exp $
    1111 *******************************************************************/
    1212#ifndef P_POLYS_H
     
    9999PINLINE2 poly p_New(ring r, omBin bin);
    100100PINLINE1 poly p_Init(ring r);
    101 PINLINE1 poly p_Init(ring rm, omBin bin);
     101PINLINE1 poly p_Init(ring r, omBin bin);
    102102PINLINE1 poly p_LmInit(poly p, ring r);
     103PINLINE1 poly p_LmInit(poly s_p, ring s_r, ring d_p);
     104PINLINE1 poly p_LmInit(poly s_p, ring s_r, ring d_p, omBin d_bin);
    103105PINLINE1 poly p_Head(poly p, ring r);
    104106PINLINE2 void p_DeleteLm(poly *p, ring r);
     
    170172PINLINE1 BOOLEAN p_LmDivisibleBy(poly a, ring r_a, poly b, ring r_b);
    171173
    172 
    173 /***************************************************************
    174  *
    175  * Copying/Deleteion of polys: args may be NULL
     174/***************************************************************
     175 *
     176 * Misc things on Lm
     177 *
     178 ***************************************************************/
     179// test if the monomial is a constant as a vector component
     180// i.e., test if all exponents are zero
     181PINLINE1 BOOLEAN p_LmIsConstantComp(const poly p, const ring r);
     182
     183/***************************************************************
     184 *
     185 * Copying/Deletion of polys: args may be NULL
    176186 *
    177187 ***************************************************************/
Note: See TracChangeset for help on using the changeset viewer.