Macaulay2 » Documentation
Packages » ConvexInterface :: mLatticePoints
next | previous | forward | backward | up | index | toc

mLatticePoints -- Compute the lattice points of a convex hull.

Synopsis

Description

Returns a list with the lattice points of the convex hull of L.

This uses the Convex functions convHull and hilbertbasis.

i1 : L={vector {3,-1,-1},vector {-1,3,-1},vector {-1,-1,3},vector {-1,-1,-1}};
i2 : P=mLatticePoints(L)

o2 = {}

o2 : List

Ways to use mLatticePoints :

For the programmer

The object mLatticePoints is a method function.