|
4.25.1 polytopeViaPoints
Syntax:
polytopeViaPoints( intmat V )
polytopeViaPoints( intmat V, int flags )
Type:
- polytope
Purpose:
- polytope generated by the row vectors of V
(thought of as representatives of points in the projective space);
flags may only be 0 or 1,
if flags is 1, then program assumes that each row vector of M is
a vertex of the polytope,
if flags is 0, then program computes the information itself.
Example:
|