Contains the Chain_barcode_swap and Chain_vine_swap classes, as well as the Dummy_chain_vine_swap and Dummy_chain_vine_pairing structures. More...
Go to the source code of this file.
Classes | |
struct | Gudhi::persistence_matrix::Dummy_chain_vine_swap |
Empty structure. Inheritated instead of Chain_vine_swap, when vine swappes are not enabled. More... | |
struct | Gudhi::persistence_matrix::Dummy_chain_vine_pairing |
Empty structure. Inheritated instead of Chain_barcode_swap, when the barcode is not stored. More... | |
class | Gudhi::persistence_matrix::Chain_barcode_swap< Master_matrix > |
Class managing the barcode for Chain_vine_swap. More... | |
class | Gudhi::persistence_matrix::Chain_vine_swap< Master_matrix > |
Class managing the vine swaps for Chain_matrix. More... | |
Namespaces | |
Gudhi | |
Gudhi namespace. | |
Gudhi::persistence_matrix | |
Persistence matrix namespace. | |
Functions | |
constexpr bool | Gudhi::persistence_matrix::_no_G_death_comparator ([[maybe_unused]] unsigned int columnIndex1, [[maybe_unused]] unsigned int columnIndex2) |
Default death comparator. Simply assumes that two positive paired columns are never swapped. Which is true for the use case in zigzag persistence for example. More... | |
Contains the Chain_barcode_swap and Chain_vine_swap classes, as well as the Dummy_chain_vine_swap and Dummy_chain_vine_pairing structures.