filtered_zigzag_persistence.h File Reference

Contains the implementation of the Gudhi::zigzag_persistence::Default_filtered_zigzag_options structure and the Gudhi::zigzag_persistence::Filtered_zigzag_persistence_with_storage and Gudhi::zigzag_persistence::Filtered_zigzag_persistence classes. More...

Go to the source code of this file.

Classes

struct  Gudhi::zigzag_persistence::Default_filtered_zigzag_options
 Default options for Filtered_zigzag_persistence_with_storage and Filtered_zigzag_persistence. More...
 
class  Gudhi::zigzag_persistence::Filtered_zigzag_persistence_with_storage< FilteredZigzagOptions >
 Class computing the zigzag persistent homology of a zigzag filtration. Algorithm based on [41]. Even though the insertions and removals are given in a "stream-like" way, the barcode and other values are stored during the whole process and not removed. It is therefore suited for smaller filtrations where the clean ups produce a higher overhead than the memory consumption. More...
 
class  Gudhi::zigzag_persistence::Filtered_zigzag_persistence< FilteredZigzagOptions >
 Class computing the zigzag persistent homology of a zigzag filtration. Algorithm based on [41]. More...
 

Namespaces

namespace  Gudhi
 Gudhi namespace.
 

Detailed Description