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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article