PersistenceEngine

org.appliedtopology.tda4j.homology.PersistenceEngine
See thePersistenceEngine companion trait

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def chunks[CellT, C](maxDim: Int): PersistenceEngine[CellT, C]

maxDim is a constructor-time parameter of CellularPersistenceInChunksContext itself (its own maxDim constructor argument means "top reported degree," fixed at the source -- see .claude/WORKLOG-maxdim-semantics-fix.md), not part of barcode's signature: unlike naive/cohomology, this engine needs no LimitedCofaceSimplexStream wrapping on the input stream at all.

maxDim is a constructor-time parameter of CellularPersistenceInChunksContext itself (its own maxDim constructor argument means "top reported degree," fixed at the source -- see .claude/WORKLOG-maxdim-semantics-fix.md), not part of barcode's signature: unlike naive/cohomology, this engine needs no LimitedCofaceSimplexStream wrapping on the input stream at all.

Attributes

def cohomology[CellT, C]: PersistenceEngine[CellT, C]
def naive[CellT, C]: PersistenceEngine[CellT, C]