Uses of Interface
org.processmining.specpp.datastructures.vectorization.Mathable
-
Packages that use Mathable Package Description org.processmining.specpp.datastructures.vectorization -
-
Uses of Mathable in org.processmining.specpp.datastructures.vectorization
Classes in org.processmining.specpp.datastructures.vectorization that implement Mathable Modifier and Type Class Description classIntVectorStorageDatastructure for storing a (fixed-size) vector of (fixed-, but not necessarily equal, -sized) vectors of integers in contingent memory.classIntVectorSubsetStorageclassVariantMarkingHistoriesMethods in org.processmining.specpp.datastructures.vectorization with type parameters of type Mathable Modifier and Type Method Description static <T extends Mathable<T> & Copyable<T>>
TMathable. addition(T... ts)static <T extends Mathable<T> & Copyable<T>>
TMathable. subtraction(T... ts)Methods in org.processmining.specpp.datastructures.vectorization with parameters of type Mathable Modifier and Type Method Description static <T extends Mathable<T> & Copyable<T>>
TMathable. addition(T... ts)static <T extends Mathable<T> & Copyable<T>>
TMathable. subtraction(T... ts)
-