matrix_dimension_holders.h File Reference

Contains the Matrix_max_dimension_holder Matrix_all_dimension_holder classes and the 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. Inheritated 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_type >
 Class managing the maximal dimension of a face represented in the inheritating matrix, when the option of face removal is not enabled. More...
 
class  Gudhi::persistence_matrix::Matrix_all_dimension_holder< dimension_type >
 Class managing the maximal dimension of a face represented in the inheritating matrix, when the option of face removal is enabled. More...
 

Namespaces

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

Detailed Description

Contains the Matrix_max_dimension_holder Matrix_all_dimension_holder classes and the Dummy_matrix_dimension_holder structure.

Author
Hannah Schreiber