Changeset 2f0d83f in git for kernel/p_polys.h


Ignore:
Timestamp:
Nov 14, 2007, 3:45:47 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9bbbc8727cef03dd635037916ba957f26c3302d8
Parents:
d7b07b05ab62ad3f84d21cddbfadf7c6c65eb03e
Message:
*hannes: pIsUnivariate


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

Legend:

Unmodified
Added
Removed
  • kernel/p_polys.h

    rd7b07b r2f0d83f  
    88 *  Author:  obachman (Olaf Bachmann)
    99 *  Created: 9/00
    10  *  Version: $Id: p_polys.h,v 1.4 2007-03-02 09:30:06 Singular Exp $
     10 *  Version: $Id: p_polys.h,v 1.5 2007-11-14 14:45:47 Singular Exp $
    1111 *******************************************************************/
    1212#ifndef P_POLYS_H
     
    222222// return TRUE if all monoms have the same component
    223223BOOLEAN   p_OneComp(poly p, ring r);
     224
     225// return i, if head depends only on var(i)
    224226int       p_IsPurePower(const poly p, const ring r);
     227
     228// return i, if poly depends only on var(i)
     229int       p_IsUnivariate(poly p, const ring r);
    225230
    226231// returns the poly representing the integer i
    227232poly      p_ISet(int i, ring r);
     233
    228234// returns the poly representing the number n, destroys n
    229235poly      p_NSet(number n, ring r);
Note: See TracChangeset for help on using the changeset viewer.