Changeset 702175 in git for libpolys/polys/polys.h
- Timestamp:
- Jul 19, 2011, 2:25:32 PM (12 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- f5b40a5240099ec94e748dacf7211d46ec4ca59a
- Parents:
- 3835a8889952bb6eeebf84c9898f149716bc6f09
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 14:25:32+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:40:00+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/polys.h
r3835a88 r702175 6 6 /* $Id$ */ 7 7 /* 8 * ABSTRACT - all basic methods to manipulate polynomials of the 9 currRing 8 * ABSTRACT - compatiblity layer for all operations with polys 10 9 */ 11 10 12 11 #include <polys/monomials/p_polys.h> 13 12 13 extern ring currRing; 14 14 /*************************************************************** 15 15 *
Note: See TracChangeset
for help on using the changeset viewer.