SimplicialDecomposability : Index
- allFaces -- returns all faces of a simplicial complex, up to a given dimension
- allFaces(SimplicialComplex) -- returns all faces of a simplicial complex, up to a given dimension
- allFaces(ZZ,SimplicialComplex) -- returns all faces of a simplicial complex, up to a given dimension
- faceDelete -- computes the face deletion for a simplicial complex
- faceDelete(RingElement,SimplicialComplex) -- computes the face deletion for a simplicial complex
- fTriangle -- determines the f-Triangle of a simplicial complex
- fTriangle(SimplicialComplex) -- determines the f-Triangle of a simplicial complex
- hTriangle -- determines the h-Triangle of a simplicial complex
- hTriangle(SimplicialComplex) -- determines the h-Triangle of a simplicial complex
- hVector -- determines the h-Vector of a simplicial complex
- hVector(SimplicialComplex) -- determines the h-Vector of a simplicial complex
- isDecomposable -- determines whether a simplicial complex is k-decomposable
- isDecomposable(ZZ,SimplicialComplex) -- determines whether a simplicial complex is k-decomposable
- isSheddingFace -- determines whether a face of a simplicial complex is a shedding face
- isSheddingFace(RingElement,SimplicialComplex) -- determines whether a face of a simplicial complex is a shedding face
- isSheddingVertex -- determines whether a vertex of a simplicial complex is a shedding vertex
- isSheddingVertex(RingElement,SimplicialComplex) -- determines whether a vertex of a simplicial complex is a shedding vertex
- isShellable -- determines whether a simplicial complex is shellable
- isShellable(SimplicialComplex) -- determines whether a simplicial complex is shellable
- isShelling -- determines whether a list of faces is a shelling
- isShelling(List) -- determines whether a list of faces is a shelling
- isSimplex -- determines whether a simplicial complex is simplex
- isSimplex(SimplicialComplex) -- determines whether a simplicial complex is simplex
- isVertexDecomposable -- determines whether a simplicial complex is vertex-decomposable
- isVertexDecomposable(SimplicialComplex) -- determines whether a simplicial complex is vertex-decomposable
- shellingOrder -- finds a shelling of a simplicial complex, if one exists
- shellingOrder(..., Permutation => ...) -- finds a shelling of a simplicial complex, if one exists
- shellingOrder(..., Random => ...) -- finds a shelling of a simplicial complex, if one exists
- shellingOrder(SimplicialComplex) -- finds a shelling of a simplicial complex, if one exists
- SimplicialDecomposability -- various decomposability routines for simplicial complexes.