next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
home
SimplicialComplex
Description
SimplicialComplex
-- the class of simplical complexes
Some support routines
support
(m) -- the support of the monomial m, as a list of integers
Functions and methods returning a simplicial complex :
simplicialComplex
-- create a simplicial complex
simplicialComplex(List), see
simplicialComplex
-- create a simplicial complex
Methods that use a simplicial complex :
boundary(SimplicialComplex)
-- the boundary simplicial complex of D
boundary(ZZ,SimplicialComplex)
-- the boundary map from i-faces to (i-1)-faces
chainComplex(SimplicialComplex)
-- missing documentation
coefficientRing(SimplicialComplex)
-- get the coefficient ring
dim(SimplicialComplex)
-- dimension of a simplicial complex
dual(SimplicialComplex)
-- the Alexander dual of a simplicial complex
faces(ZZ,SimplicialComplex), see
faces
-- the i-faces of a simplicial complex
facets(SimplicialComplex), see
facets
-- the facets of a simplicial complex
fVector(SimplicialComplex), see
fVector
-- the f-vector of a simplicial complex
HH SimplicialComplex
-- missing documentation
HH^ZZ_SimplicialComplex Ring
-- missing documentation
HH_ZZ SimplicialComplex
-- missing documentation
homology(Nothing,SimplicialComplex)
-- missing documentation
homology(Nothing,SimplicialComplex,Ring)
-- missing documentation
homology(SimplicialComplex,Ring)
-- missing documentation
ideal(SimplicialComplex)
-- the ideal of minimal nonfaces (the Stanley-Reisner ideal)
isPure(SimplicialComplex), see
isPure
-- whether the facets are equidimensional
label(SimplicialComplex,List)
-- missing documentation
link(SimplicialComplex,RingElement), see
link
-- link of a face in a simplicial complex
monomialIdeal(SimplicialComplex)
-- the monomial ideal of minimal nonfaces (the Stanley-Reisner ideal)
net(SimplicialComplex)
-- missing documentation
ring(SimplicialComplex)
-- Get the associated ring of an object
simplicialChainComplex(List,SimplicialComplex)
-- missing documentation
SimplicialComplex == SimplicialComplex
-- missing documentation
For the programmer
The object
SimplicialComplex
is
a
type
, with ancestor classes
HashTable
<
Thing
.