edu.stanford.math.plex4.streams.impl
public class WitnessBicomplex<T> extends ExplicitStream<SimplexPair>
Modifier and Type | Field and Description |
---|---|
protected WitnessStream<T> |
L1 |
protected WitnessStream<T> |
L2 |
protected int |
maxDimension |
storageStructure
Constructor and Description |
---|
WitnessBicomplex(WitnessStream<T> L1,
WitnessStream<T> L2,
int maxDimension) |
Modifier and Type | Method and Description |
---|---|
protected void |
constructComplex()
This abstract function performs the construction of the filtered chain complex.
|
addAllElements, addElement, containsElement, ensureAllFaces, getFiltrationValue, removeElementIfPresent, transform
finalizeStream, getBasisComparator, getBoundary, getBoundaryCoefficients, getDimension, getFiltrationIndex, getMaximumFiltrationIndex, getMinimumFiltrationIndex, getSize, isFinalized, iterator, validate, validateVerbose
protected final WitnessStream<T> L1
protected final WitnessStream<T> L2
protected final int maxDimension
public WitnessBicomplex(WitnessStream<T> L1, WitnessStream<T> L2, int maxDimension)
protected void constructComplex()
PrimitiveStream
constructComplex
in class ExplicitStream<SimplexPair>