Contains the Gudhi::persistence_matrix::Base_matrix_with_column_compression class. More...
Go to the source code of this file.
Classes | |
class | Gudhi::persistence_matrix::Base_matrix_with_column_compression< Master_matrix > |
A base matrix (also see Base_matrix), but with column compression. That is, all identical columns in the matrix are compressed together as the same column. For matrices with a lot of redundant columns, this will save a lot of space. Also, any addition made onto a column will be performed at the same time on all other identical columns, which is an advantage for the cohomology algorithm for example. More... | |
class | Gudhi::persistence_matrix::Base_matrix_with_column_compression< Master_matrix >::Column |
Type for columns. Only one for each "column class" is explicitly constructed. More... | |
Namespaces | |
namespace | Gudhi |
Gudhi namespace. | |
namespace | Gudhi::persistence_matrix |
Persistence matrix namespace. | |
Contains the Gudhi::persistence_matrix::Base_matrix_with_column_compression class.