Changeset 9752db in git for factory/cfNewtonPolygon.h
- Timestamp:
- May 10, 2012, 6:47:22 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- d0015c9c5906ccd1040927a2140a137a93d743b1
- Parents:
- 5428647f3ac13d90ef45d257602f128804d6920a
- git-author:
- Martin Lee <martinlee84@web.de>2012-05-10 18:47:22+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-15 18:37:46+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfNewtonPolygon.h
r542864 r9752db 68 68 ); 69 69 70 /// computes the Newton polygon of F and checks if it satisfies the 71 /// irreducibility criterion from S.Gao "Absolute irreducibility of polynomials 72 /// via polytopes", Example 1 73 /// 74 /// @return true if it satisfies the above criterion, false otherwise 75 bool 76 irreducibilityTest (const CanonicalForm& F ///<[in] a bivariate polynomial 77 ); 78 70 79 #ifdef HAVE_NTL 71 80 /// Algorithm 5 as described in Convex-Dense Bivariate Polynomial Factorization
Note: See TracChangeset
for help on using the changeset viewer.