summaryrefslogtreecommitdiff
path: root/src/Rips_complex
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-22 16:51:57 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-22 16:51:57 +0000
commit5a4e31ee8607b54e81b1a64faaa8ce42f0309690 (patch)
tree4bef34f8d0ad32ab0029a3e24c55c7a95e4ef0c3 /src/Rips_complex
parent50842cbc95006c8ff1a9066fa9431999025c4688 (diff)
Add precisions
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2944 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7017c186aaad9702b72886348e5bfefa5a17160f
Diffstat (limited to 'src/Rips_complex')
-rw-r--r--src/Rips_complex/utilities/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Rips_complex/utilities/README b/src/Rips_complex/utilities/README
index c839a5f4..1a6f2b95 100644
--- a/src/Rips_complex/utilities/README
+++ b/src/Rips_complex/utilities/README
@@ -19,6 +19,8 @@ where `dim` is the dimension of the homological feature, `birth` and `death` are
* `-p [ --field-charac ]` (default = 11) Characteristic p of the coefficient field Z/pZ for computing homology.
* `-m [ --min-persistence ]` (default = 0) Minimal lifetime of homology feature to be recorded. Enter a negative value to see zero length intervals.
+Beware: this program may use a lot of RAM and take a lot of time if `max-edge-length` is set to a large value.
+
**Example 1 with Z/2Z coefficients**
`rips_persistence ../../data/points/tore3D_1307.off -r 0.25 -m 0.5 -d 3 -p 2`