Changeset f34215 in git for polys/monomials/p_polys.h


Ignore:
Timestamp:
Nov 8, 2010, 4:57:06 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
fb4075bf0613cccede0552d05c1b4ee37a7f6530
Parents:
a04c5ec2b888d58e53a0701c12400ddca144d53e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-11-08 16:57:06+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:35+01:00
Message:
moved some ring-indep. stuff to p_polys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/monomials/p_polys.h

    ra04c5e rf34215  
    17511751  return TRUE;
    17521752}
     1753void      p_Split(poly p, poly * r);   /*p => IN(p), r => REST(p) */
     1754BOOLEAN p_HasNotCF(poly p1, poly p2, const ring r);
     1755poly      p_mInit(const char *s, BOOLEAN &ok, const ring r); /* monom s -> poly, interpreter */
     1756const char *    p_Read(const char *s, poly &p,const ring r); /* monom -> poly */
    17531757#endif // P_POLYS_H
    17541758
Note: See TracChangeset for help on using the changeset viewer.