summaryrefslogtreecommitdiff
path: root/debian/ripser.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ripser.1')
-rw-r--r--debian/ripser.137
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/ripser.1 b/debian/ripser.1
new file mode 100644
index 0000000..9caafee
--- /dev/null
+++ b/debian/ripser.1
@@ -0,0 +1,37 @@
+.TH RIPSER 1
+.SH NAME
+ripser \- fast computation of persistent homology of flag complexes
+.SH SYNOPSIS
+.B ripser
+[\fB\-\-help\fR]
+[\fB\-\-format\fR \fIformat\fR]
+[\fB\-\-dim \fIk\fR]
+[\fB\-\-threshold \fIt\fR]
+[\fB\-\-ratio \fIr\fR]
+[\fIfilename\fR]
+.SH DESCRIPTION
+.B ripser
+computes persistent homology of flag complexes (such as Vietoris-Rips
+complexes) only, allowing significant gains in computation time and
+memory usage over the general situation.
+
+See https://arxiv.org/abs/1908.02518 for details.
+.SH OPTIONS
+.TP
+\fB\-\-help\fR
+Display help.
+.TP
+\fB\-\-format\fR \fIformat\fR
+Specify input format. See \fB\-\-help\fR for a full list.
+.TP
+\fB\-\-dim \fIk\fR
+Compute persistent homology up to dimension \fIk\fR.
+.TP
+\fB\-\-threshold \fIt\fR
+Compute Rips complexes up to diameter \fIt\fR.
+.TP
+\fB\-\-ratio \fIr\fR
+Only show persistence pairs with death/birth ratio > \fIr\fR.
+.TP
+\fIfilename\fR
+Read input from this file. Uses stdin if not present.