CubicalHomologyContext
org.appliedtopology.tda4j.streams.CubicalHomologyContext
class CubicalHomologyContext[CoefficientT, FiltrationT]()(using evidence$1: Field { type Self = CoefficientT; }, evidence$2: Ordering[FiltrationT]) extends CellularHomologyContext[Cube, CoefficientT, FiltrationT]
Thin wrapper mirroring SimplicialHomologyContext's own relationship to CellularHomologyContext -- Cube needed nothing new from the naive engine (it is already generic over CellT: OrderedCell), so this exists purely for the same ergonomic reason SimplicialHomologyContext does: a concrete, easily-discoverable name instead of writing out CellularHomologyContext[Cube, CoefficientT, FiltrationT] at every call site.
Attributes
- Experimental
- true
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article