Column class following the PersistenceMatrixColumn concept. More...
#include <gudhi/Persistence_matrix/columns/vector_column.h>
Column class following the PersistenceMatrixColumn concept.
Column based on a vector structure. The entries are always ordered by row index, but entries are removed by clear(Index) in a lazy way, so erased values can still be in the underlying container. On the other hand, two entries will never have the same row index.
Master_matrix | An instantiation of Matrix from which all types and options are deduced. |