Gudhi::persistence_matrix::Naive_vector_column< Master_matrix, Support > Class Template Reference

Column class following the PersistenceMatrixColumn concept. More...

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

Detailed Description

template<class Master_matrix, class Support>
class Gudhi::persistence_matrix::Naive_vector_column< Master_matrix, Support >

Column class following the PersistenceMatrixColumn concept.

Column based on a vector structure. The entries are always ordered by row index and only non-zero values are stored uniquely in the underlying container.

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: