simplicial_topology 0.1.2

Represent, manipulate, combine and perform computations on simplicial complexes
Documentation
[[bench]]
harness = false
name = "simplicial_complex_benchmark"

[[bench]]
harness = false
name = "random_complex_benchmark"
[dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"

[dependencies.itertools]
version = "0.10.5"

[dependencies.nalgebra]
version = "0.31"

[dependencies.num-integer]
version = "0.1.45"

[dependencies.plotly]
optional = true
version = "0.8.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.7.0"

[features]
sc_plot = ["dep:plotly"]

[package]
authors = ["Lewis Mead"]
description = "Represent, manipulate, combine and perform computations on simplicial complexes"
edition = "2021"
keywords = ["simplicial", "topology", "betti", "combinatorics"]
license = "MIT"
name = "simplicial_topology"
readme = "README.md"
version = "0.1.2"