Class | Description |
---|---|
BooleanAbsoluteHomology<U> | |
BooleanClassicalHomology<U> |
This class performs the persistent homology algorithm as outlined in
the paper "Computing Persistent Homology" by Zomorodian and Carlsson.
|
BooleanPersistenceAlgorithm<U> |
This class defines the functionality for a persistence algorithm with underlying
field type being boolean and underlying basis element type being U.
|
BooleanPersistentHomology<U> |
This class defines the functionality for a persistence algorithm with underlying
field type being boolean and underlying basis element type being U.
|
BooleanRelativeHomology<U> | |
IntAbsoluteHomology<U> | |
IntClassicalHomology<U> |
This class performs the persistent homology algorithm as outlined in
the paper "Computing Persistent Homology" by Zomorodian and Carlsson.
|
IntPersistenceAlgorithm<U> |
This class defines the functionality for a persistence algorithm with underlying
field type being int and underlying basis element type being U.
|
IntPersistentHomology<U> |
This class defines the functionality for a persistence algorithm with underlying
field type being int and underlying basis element type being U.
|
IntRelativeHomology<U> | |
ObjectAbsoluteHomology<F,U> | |
ObjectClassicalHomology<F,U> |
This class performs the persistent homology algorithm as outlined in
the paper "Computing Persistent Homology" by Zomorodian and Carlsson.
|
ObjectPersistenceAlgorithm<F,U> |
This class defines the functionality for a persistence algorithm with underlying
field type being F and underlying basis element type being U.
|
ObjectPersistentHomology<F,U> |
This class defines the functionality for a persistence algorithm with underlying
field type being F and underlying basis element type being U.
|
ObjectRelativeHomology<F,U> |