matrix_dimension_holders.h File Reference

Contains the Gudhi::persistence_matrix::Matrix_max_dimension_holder Gudhi::persistence_matrix::Matrix_all_dimension_holder classes and the Gudhi::persistence_matrix::Dummy_matrix_dimension_holder structure. More...

Go to the source code of this file.

Classes

struct  Gudhi::persistence_matrix::Dummy_matrix_dimension_holder
 Empty structure. Inherited instead of Matrix_max_dimension_holder or Matrix_all_dimension_holder, when the maximal dimension of a matrix is not stored. More...
 
class  Gudhi::persistence_matrix::Matrix_max_dimension_holder< Dimension >
 Class managing the maximal dimension of a cell represented in the inheriting matrix, when the option of cell removal is not enabled. More...
 
class  Gudhi::persistence_matrix::Matrix_all_dimension_holder< Dimension >
 Class managing the maximal dimension of a cell represented in the inheriting matrix, when the option of cell removal is enabled. More...
 

Namespaces

namespace  Gudhi
 Gudhi namespace.
 
namespace  Gudhi::persistence_matrix
 Persistence matrix namespace.
 

Detailed Description