-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from flenzen/main
Added 2pac
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: 2pac | ||
title: two-parameter persistent (co)homology | ||
tags: | ||
- lang/c++ | ||
- lang/python | ||
- lang/cli | ||
- type/multiparameter | ||
- type/persistence | ||
- complex/rips | ||
- custom/boundary-matrix | ||
- custom/distance | ||
- custom/filtration | ||
links: | ||
- name: GitLab repository | ||
url: https://gitlab.com/flenzen/2pac | ||
--- | ||
|
||
The program 2pac computes a minimal free resolution of 2-parameter persistent cohomology and homology of function-Vietoris-Rips complexes of a finite metric space, and of other, user-defined two-parameter (co)chain complexes. | ||
Computation of minimal free resolutions is performed either directly, analogous to mpfree, or via a cohomological algorithm that in many cases gives a noticeable speedup. | ||
The data can be optionally preprocessed using the chunk algorithm and/or (strong) filtration domination. |