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

Column class following the PersistenceMatrixColumn concept. More...

Detailed Description

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

Column class following the PersistenceMatrixColumn concept.

Column based on a vector structure. The cells are always ordered by row index, but cells are removed by clear(index) in a lazy way, so erased values can still be in the underlying container. On the other hand, two cells will never have the same row index.

Template Parameters
Master_matrixAn instanciation of Matrix from which all types and options are deduced.
Cell_constructorFactory of Cell classes.

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