Changeset c3efd3b in git for kernel/f5gb.h
- Timestamp:
- May 13, 2009, 6:55:03 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 1f360ddcb028459e8e23efc70ca75275fbc54b7d
- Parents:
- cb6cdaaa807284703d4425ec7714979ea30194ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
rcb6cda rc3efd3b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.3 8 2009-05-04 13:30:53 ederc Exp $ */4 /* $Id: f5gb.h,v 1.39 2009-05-13 16:55:03 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 127 127 128 128 /* 129 ======================================================================================= 130 merging 2 polynomials p & q without requiring that all monomials of p & q are different 131 if there are equal monomials in p & q only one of these monomials (always that of p!) 132 is taken into account 133 ======================================================================================= 134 135 poly p_MergeEq_q(poly p, poly q, const ring r); 136 */ 137 /* 129 138 ===================================================================== 130 139 subalgorithm to find a possible reductor for the labeled polynomial l
Note: See TracChangeset
for help on using the changeset viewer.