oat_rust 0.2.0

User-friendly tools for applied topology
Documentation
1
2
3
4
5
6
7
8
9
//! Simplicial complexes built from point clouds, (weighted) graphs, set relations, etc.

// pub mod graph;
// pub mod graph_weighted;
pub mod graph_weighted;
// pub mod poset;
pub mod relation;
pub mod enumeration;
pub mod poset;