![]() |
My Project
|
Public Member Functions | |
| convexHull (simplex *_pLP) | |
| ~convexHull () | |
| pointSet ** | newtonPolytopesP (const ideal gls) |
| Computes the point sets of the convex hulls of the supports given by the polynoms in gls. | |
| ideal | newtonPolytopesI (const ideal gls) |
Private Member Functions | |
| bool | inHull (poly p, poly pointPoly, int m, int site) |
| Returns true iff the support of poly pointPoly is inside the convex hull of all points given by the support of poly p. | |
Private Attributes | |
| pointSet ** | Q |
| int | n |
| simplex * | pLP |
Definition at line 249 of file mpr_base.cc.
|
inline |
Definition at line 252 of file mpr_base.cc.
|
inline |
Definition at line 253 of file mpr_base.cc.
|
private |
Returns true iff the support of poly pointPoly is inside the convex hull of all points given by the support of poly p.
Definition at line 730 of file mpr_base.cc.
| ideal convexHull::newtonPolytopesI | ( | const ideal | gls | ) |
Definition at line 834 of file mpr_base.cc.
Computes the point sets of the convex hulls of the supports given by the polynoms in gls.
Returns Q[].
Definition at line 776 of file mpr_base.cc.
|
private |
Definition at line 270 of file mpr_base.cc.
|
private |
Definition at line 271 of file mpr_base.cc.
|
private |
Definition at line 269 of file mpr_base.cc.