From 0caf6d61ac80553bfe4d9cbbfab2e6b61aaf618d Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 30 Oct 2019 16:12:30 +0100 Subject: Man pages. --- debian/ripser-coeff.1 | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/ripser.1 | 37 +++++++++++++++++++++++++++++++++++++ debian/ripser.manpages | 2 ++ 3 files changed, 81 insertions(+) create mode 100644 debian/ripser-coeff.1 create mode 100644 debian/ripser.1 create mode 100644 debian/ripser.manpages diff --git a/debian/ripser-coeff.1 b/debian/ripser-coeff.1 new file mode 100644 index 0000000..3d94831 --- /dev/null +++ b/debian/ripser-coeff.1 @@ -0,0 +1,42 @@ +.TH RIPSER-COEFF 1 +.SH NAME +ripser-coeff \- fast computation of persistent homology of flag complexes +.SH SYNOPSIS +.B ripser-coeff +[\fB\-\-help\fR] +[\fB\-\-format\fR \fIformat\fR] +[\fB\-\-dim \fIk\fR] +[\fB\-\-threshold \fIt\fR] +[\fB\-\-ratio \fIr\fR] +[\fB\-\-modulus \fIp\fR] +[\fIfilename\fR] +.SH DESCRIPTION +.B ripser-coeff +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. Unlike \fBripser\fR, it +computes over an arbitrary finite field. + +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 +\fB\-\-modulus \fIp\fR +Compute homology with coefficients in the prime field Z/\fIp\fRZ. +.TP +\fIfilename\fR +Read input from this file. Uses stdin if not present. 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. diff --git a/debian/ripser.manpages b/debian/ripser.manpages new file mode 100644 index 0000000..6c82f0f --- /dev/null +++ b/debian/ripser.manpages @@ -0,0 +1,2 @@ +debian/ripser.1 +debian/ripser-coeff.1 -- cgit v1.2.3