org.appliedtopology.tda4j.algebra.Chain
See theChain companion class
object Chain
Attributes
Members list
Value members
Concrete methods
final def reduceByUntil[CellT : Ordering, CoefficientT](z: Chain[CellT, CoefficientT], basis: Map[CellT, Chain[CellT, CoefficientT]], reductionLog: Chain[CellT, CoefficientT], stop: CellT => Boolean = ..., fallback: CellT => Option[Chain[CellT, CoefficientT]] = ...): (Chain[CellT, CoefficientT], Chain[CellT, CoefficientT])
Givens
Givens
given chainIsOrderedBasis: [CellT, CoefficientT] => (Ordering[CellT], Field { type Self = CoefficientT; }) => chainIsOrderedBasis[CellT, CoefficientT]
given given_is_Chain_RingModule: [CellT, CoefficientT] => (Ordering[CellT], Field { type Self = CoefficientT; }) => is[Chain[CellT, CoefficientT], RingModule { type R = CoefficientT; }]
In this article