Chain

org.appliedtopology.tda4j.Chain
See theChain companion object
class Chain[CellT, CoefficientT]

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def chainBoundary: Chain[CellT, CoefficientT]
def collapseAll()(using fr: Fractional[CoefficientT]): Unit
final def collapseHead(): Unit
override def equals(obj: Any): Boolean

WARNING - this is potentially an expensive operation

WARNING - this is potentially an expensive operation

Attributes

Definition Classes
Any
def isZero(): Boolean
def items: Seq[(CellT, CoefficientT)]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

var entries: PriorityQueue[(CellT, CoefficientT)]