org.appliedtopology.tda4j.SimplexStream
See theSimplexStream companion object
trait SimplexStream[VertexT, FiltrationT] extends CellStream[Simplex[VertexT], FiltrationT]
Abstract trait for representing a sequence of simplices.
Type parameters
- FiltrationT
-
Type of the filtration values.
- VertexT
-
Type of vertices of the contained simplices.
Attributes
- Todo
-
We may want to change this to inherit instead from
IterableOnce[Simplex[VertexT]]
, so that a lazy computed simplex stream can be created and fit in the type hierarchy. - Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
- Known subtypes
-
class MaskedSymmetricRipserStream[KeyT]class RipserStreamBaseclass RipserStreamclass SymmetricRipserStream[KeyT]class RipserStreamOf[VertexT]class RipserStreamSparseclass VietorisRips[VertexT]
Members list
In this article