Changeset b938f4 in git for kernel/npolygon.h
- Timestamp:
- Jul 19, 2011, 12:55:56 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 22a09d7b2686f280e5afec3b39bd5e02739c9a40
- Parents:
- ed47edfe6cd330b5befd43ea05889c3359a9d64a
- git-author:
- mlee <martinlee84@web.de>2011-07-19 12:55:56+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:57+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/npolygon.h
red47edf rb938f4 39 39 void copy_deep ( const linearForm& ); 40 40 41 Rational weight ( poly ) const;42 Rational weight_shift ( poly ) const;43 Rational weight1 ( poly ) const;44 Rational weight_shift1( poly ) const;41 Rational weight ( poly, const ring r ) const; 42 Rational weight_shift ( poly, const ring r ) const; 43 Rational weight1 ( poly, const ring r ) const; 44 Rational weight_shift1( poly, const ring r ) const; 45 45 46 Rational pweight ( poly ) const;46 Rational pweight ( poly, const ring r ) const; 47 47 48 48 int positive ( void ); … … 71 71 newtonPolygon( ); 72 72 newtonPolygon( const newtonPolygon& ); 73 newtonPolygon( poly );73 newtonPolygon( poly, const ring r ); 74 74 ~newtonPolygon( ); 75 75 … … 85 85 void add_linearForm( const linearForm& ); 86 86 87 Rational weight ( poly ) const;88 Rational weight_shift ( poly ) const;89 Rational weight1 ( poly ) const;90 Rational weight_shift1( poly ) const;87 Rational weight ( poly, const ring r ) const; 88 Rational weight_shift ( poly, const ring r ) const; 89 Rational weight1 ( poly, const ring r ) const; 90 Rational weight_shift1( poly, const ring r ) const; 91 91 92 92 //int is_sqh ( void ) const;
Note: See TracChangeset
for help on using the changeset viewer.