Top
Back: gorensteinVector
Forward: hStarVector
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.9 hilbertBasis

Syntax:
Polymake::hilbertBasis( cone c )
Type:
intmat
Purpose:
intmat, whose rows are the Hilbert basis of the semigroup of lattice points in c.
Note:
the number of elements in the hilbertBasis can be computed through Polymake::nHilbertBasis(c).
Example:
 
  intmat M[3][3]=1,2,-1, 1,-1,2, 1,-1,-1;
  cone c = coneViaRays(M);
  Polymake::hilbertBasis(c);

Top Back: gorensteinVector Forward: hStarVector 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.