Crates.io | teia |
lib.rs | teia |
version | 0.1.0 |
source | src |
created_at | 2019-03-06 08:36:23.792867 |
updated_at | 2019-03-06 08:36:23.792867 |
description | A crate which implements persistent homology algorithm |
homepage | |
repository | https://github.com/ShotaroTsuji/teia |
max_upload_size | |
id | 119080 |
size | 53,370 |
A persistent homology library and its command line interface.
This crate provides
The CLI program has two subcommands: homology
and persistence
.
First, if you not have Rust environment, you get it from https://rustup.rs/ and install it.
Then you clone this repository with git clone https://github.com/ShotaroTsuji/teia
and build it with cargo build --release
.
homology
: computes the generators of the homology groups of the given complex.persistence
: computes the persistent homology groups of the given complex.There is the example files examples/torus.txt
and examples/cube.txt
.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.