Top
Back: facetWidth
Forward: fVector(polymake)
FastBack: SINGULAR libraries
FastForward: Release Notes
Up: polymake_so
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.16.1.5 facetWidths

Syntax:
Polymake::facetWidths( polytope p )
Assume:
p bounded
Type:
intvec
Purpose:
vector with the integral widths of p with respect to all facet normals
Example:
 
  intmat M[4][3]=1,2,0, 1,0,1, 1,2,1, 1,0,0;
  polytope p = polytopeViaPoints(M);
  Polymake::facetWidths(p);

Top Back: facetWidth Forward: fVector(polymake) FastBack: SINGULAR libraries FastForward: Release Notes Up: polymake_so Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.