HomologyState

org.appliedtopology.tda4j.SimplicialHomologyByDimensionContext.HomologyState
case class HomologyState(cycles: Map[Simplex[VertexT], Chain[Simplex[VertexT], CoefficientT]], cyclesBornBy: Map[Simplex[VertexT], Simplex[VertexT]], boundaries: Map[Simplex[VertexT], Chain[Simplex[VertexT], CoefficientT]], boundariesBornBy: Map[Simplex[VertexT], Simplex[VertexT]], coboundaries: Map[Simplex[VertexT], Chain[Simplex[VertexT], CoefficientT]], stream: StratifiedCellStream[Simplex[VertexT], Double], var current: Double, var currentDim: Int, var currentIterator: BufferedIterator[Simplex[VertexT]], barcode: Map[Int, Queue[(Double, Double, Chain[Simplex[VertexT], CoefficientT])]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def advanceOne(): Unit
def advanceTo(dim: Int, f: Double): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val chainRM: RingModule { type R = CoefficientT; type Self = Chain[Simplex[VertexT], CoefficientT]; }
val kruskal: Kruskal[Simplex[VertexT]]