Contains the options for the matrix template. More...
Go to the source code of this file.
Classes | |
struct | Gudhi::persistence_matrix::Default_options< col_type, is_z2_only, FieldOperators > |
Default option structure for Matrix class. See the PersistenceMatrixOptions concept for a more detailed description of the fields. Produces a base matrix with no enabled option. More... | |
struct | Gudhi::persistence_matrix::Zigzag_options< column_type > |
Options used for the Zigzag persistence module. More... | |
struct | Gudhi::persistence_matrix::Representative_cycles_options< col_type > |
Options needed to use the representative cycles. More... | |
struct | Gudhi::persistence_matrix::Multi_persistence_options< column_type > |
Options used by the Multipersistence module. More... | |
struct | Gudhi::persistence_matrix::Cohomology_persistence_options< column_type, is_z2_only, FieldOperators > |
Options used by the cohomology module. More... | |
Namespaces | |
namespace | Gudhi |
Gudhi namespace. | |
namespace | Gudhi::persistence_matrix |
Persistence matrix namespace. | |
Enumerations | |
enum class | Gudhi::persistence_matrix::Column_types { Gudhi::persistence_matrix::Column_types::LIST , Gudhi::persistence_matrix::Column_types::SET , Gudhi::persistence_matrix::Column_types::HEAP , Gudhi::persistence_matrix::Column_types::VECTOR , Gudhi::persistence_matrix::Column_types::NAIVE_VECTOR , Gudhi::persistence_matrix::Column_types::SMALL_VECTOR , Gudhi::persistence_matrix::Column_types::UNORDERED_SET , Gudhi::persistence_matrix::Column_types::INTRUSIVE_LIST , Gudhi::persistence_matrix::Column_types::INTRUSIVE_SET } |
List of column types. More... | |
enum class | Gudhi::persistence_matrix::Column_indexation_types { Gudhi::persistence_matrix::Column_indexation_types::CONTAINER , Gudhi::persistence_matrix::Column_indexation_types::POSITION , Gudhi::persistence_matrix::Column_indexation_types::IDENTIFIER } |
List if indexation schemes. See description of indexation schemes for more details about the meaning of the indexation types. More... | |
Contains the options for the matrix template.