Changeset 702175 in git
- Timestamp:
- Jul 19, 2011, 2:25:32 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.