Column class following the PersistenceMatrixColumn concept. More...
#include <gudhi/Persistence_matrix/columns/set_column.h>
Column class following the PersistenceMatrixColumn concept.
Column based on a set structure. The entries are always ordered by row index and only non-zero values are stored uniquely in the underlying container.
Master_matrix | An instantiation of Matrix from which all types and options are deduced. |