homology.f2homology
K
- index typepublic class F2ChainComplex<K extends java.lang.Comparable<K>> extends java.lang.Object
Constructor and Description |
---|
F2ChainComplex()
Constructs an empty chain complex.
|
F2ChainComplex(java.util.List<F2Matrix<K,K>> boundaryOperator)
Constructs a chain complex from an list of F2Matrices.
|
Modifier and Type | Method and Description |
---|---|
int[] |
BettiNumbers()
Returns the Betti numbers of the chain complex.
|
java.util.List<F2Matrix<K,K>> |
getBoundaryOperator()
Returns the boundary operator of this chain complex.
|
int |
getDimension()
Returns the length of this chain complex.
|
int |
homologicalDimension()
Returns the homological dimension of the chain complex.
|
public F2ChainComplex()
public F2ChainComplex(java.util.List<F2Matrix<K,K>> boundaryOperator) throws InvalidOperationException
K
- index typeboundaryOperator
- InvalidOperationException
public java.util.List<F2Matrix<K,K>> getBoundaryOperator()
K
- index typepublic int getDimension()
public int[] BettiNumbers()
public int homologicalDimension()