Gudhi::persistence_matrix::Unordered_set_column< Master_matrix > Class Template Reference

Column class following the PersistenceMatrixColumn concept. More...

#include <gudhi/Persistence_matrix/columns/unordered_set_column.h>

Detailed Description

template<class Master_matrix>
class Gudhi::persistence_matrix::Unordered_set_column< Master_matrix >

Column class following the PersistenceMatrixColumn concept.

Column based on an unordered set structure. The entries are not ordered, but only non-zero values are stored uniquely in the underlying container. When adding an entry range into it, the given entry range also does not need to be ordered (contrary to most other column types).

Template Parameters
Master_matrixAn instantiation of Matrix from which all types and options are deduced.

The documentation for this class was generated from the following file: