edu.stanford.math.plex4.autogen.homology
public class IntRelativeHomology<U> extends IntPersistentHomology<U>
basisComparator, chainModule, field, filteredComparator, maxDimension, minDimension| Constructor and Description |
|---|
IntRelativeHomology(edu.stanford.math.primitivelib.autogen.algebraic.IntAbstractField field,
java.util.Comparator<U> basisComparator,
int minDimension,
int maxDimension)
This constructor initializes the object with a field and a comparator on the basis type.
|
| Modifier and Type | Method and Description |
|---|---|
protected AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>> |
getAnnotatedIntervals(edu.stanford.math.primitivelib.autogen.pair.ObjectObjectPair<gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>,gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>> RV_pair,
AbstractFilteredStream<U> stream) |
protected BarcodeCollection<java.lang.Integer> |
getIntervals(edu.stanford.math.primitivelib.autogen.pair.ObjectObjectPair<gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>,gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>> RV_pair,
AbstractFilteredStream<U> stream) |
computeAnnotatedIntervalsImpl, computeIntervalsImpl, getAnnotatedIntervals, getIntervalscomputeAnnotatedIndexIntervals, computeIndexIntervals, getChainModule, getField, initializeFilteredComparator, lowcomputeAnnotatedIntervalscomputeIntervalspublic IntRelativeHomology(edu.stanford.math.primitivelib.autogen.algebraic.IntAbstractField field,
java.util.Comparator<U> basisComparator,
int minDimension,
int maxDimension)
field - a field structure on the type intbasisComparator - a comparator on the basis type UminDimension - the minimum dimension to computemaxDimension - the maximum dimension to computeprotected AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>> getAnnotatedIntervals(edu.stanford.math.primitivelib.autogen.pair.ObjectObjectPair<gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>,gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>> RV_pair, AbstractFilteredStream<U> stream)
getAnnotatedIntervals in class IntPersistentHomology<U>protected BarcodeCollection<java.lang.Integer> getIntervals(edu.stanford.math.primitivelib.autogen.pair.ObjectObjectPair<gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>,gnu.trove.THashMap<U,edu.stanford.math.primitivelib.autogen.formal_sum.IntSparseFormalSum<U>>> RV_pair, AbstractFilteredStream<U> stream)
getIntervals in class IntPersistentHomology<U>