Changeset f34215 in git for polys/monomials/p_polys.h
- Timestamp:
- Nov 8, 2010, 4:57:06 PM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
polys/monomials/p_polys.h
ra04c5e rf34215 1751 1751 return TRUE; 1752 1752 } 1753 void p_Split(poly p, poly * r); /*p => IN(p), r => REST(p) */ 1754 BOOLEAN p_HasNotCF(poly p1, poly p2, const ring r); 1755 poly p_mInit(const char *s, BOOLEAN &ok, const ring r); /* monom s -> poly, interpreter */ 1756 const char * p_Read(const char *s, poly &p,const ring r); /* monom -> poly */ 1753 1757 #endif // P_POLYS_H 1754 1758
Note: See TracChangeset
for help on using the changeset viewer.