Changeset 16a0df in git for factory/cfNewtonPolygon.h


Ignore:
Timestamp:
Apr 11, 2012, 3:47:39 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e24341824b73ccd926669238b426c9c0ee24664b
Parents:
c723d80014810aa20eda22cc641eba844c928820
git-author:
Martin Lee <martinlee84@web.de>2012-04-11 15:47:39+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-05-07 14:11:43+02:00
Message:
chg: added function to compute convex hull of support of two bivariate polynomials
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfNewtonPolygon.h

    rc723d80 r16a0df  
    3737///         polygon of F
    3838int ** newtonPolygon (const CanonicalForm& F,///< [in] a bivariate polynomial
     39                      int& sizeOfNewtonPoly  ///< [in, out] size of the result
     40                     );
     41
     42/// compute the convex hull of the support of two bivariate polynomials
     43///
     44/// @return an array of points in the plane which are the vertices of the convex
     45///         hull of the support of F and G
     46int ** newtonPolygon (const CanonicalForm& F,///< [in] a bivariate polynomial
     47                      const CanonicalForm& G,///< [in] a bivariate polynomial
    3948                      int& sizeOfNewtonPoly  ///< [in, out] size of the result
    4049                     );
Note: See TracChangeset for help on using the changeset viewer.