PC = polyhedralComplex(V,R,N,L)
Basic constructor for polyhedral complices that takes a matrix containing the vertices of the polyhedral complex and a list of lists with the indices of the vertices and rays in the maximal cells. Both the rays and the lineality space are optional arguments. If two matrices are provided, then the second matrix is considered to contain rays. To input a lineality space, one must provide three matrices.
This constructor does not check well-definedness, see isWellDefined.
|
|
|
|
|
|
|
|
|
|
|