Column class following the PersistenceMatrixColumn concept.
More...
template<class Master_matrix>
class Gudhi::persistence_matrix::Naive_vector_column< Master_matrix >
Column class following the PersistenceMatrixColumn concept.
Column based on a vector structure. The cells are always ordered by row index and only non-zero values are stored uniquely in the underlying container.
- Template Parameters
-
Master_matrix | An instanciation of Matrix from which all types and options are deduced. |
Cell_constructor | Factory of Cell classes. |
The documentation for this class was generated from the following file: