homology
K
- space typepublic class Betti<K extends java.lang.Comparable<K>> extends java.lang.Object
Constructor and Description |
---|
Betti()
Creates a new Betti object.
|
Betti(FiniteSpace<K> space)
Creates an instance of the Betti class
for a given finite topological space.
|
Modifier and Type | Method and Description |
---|---|
int[] |
F2BettiNumbers()
Returns the Betti numbers over the finite field with two elements.
|
int |
F2HomologicalDimension()
Returns the homological dimension over
the finite field with two elements.
|
FiniteSpace<K> |
getCore()
Returns the core of this space.
|
FiniteSpace<K> |
getSpace()
Returns this space.
|
OrderComplex<K> |
orderComplex()
Returns the order complex of the core of this space.
|
public Betti()
public Betti(FiniteSpace<K> space)
K
- space typespace
- a finite spacepublic FiniteSpace<K> getSpace()
K
- space typepublic FiniteSpace<K> getCore()
K
- space typepublic OrderComplex<K> orderComplex()
K
- space typepublic int[] F2BettiNumbers()
public int F2HomologicalDimension()