oat_rust 0.2.0

User-friendly tools for applied topology
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Simplicial complexes
//! 
//! This module provides tools to construct and manipulate
//! 
//! - combintatorial simplicial complexes generate by point clouds, graphs, posets, and other data
//! - chain complexes, boundary matrices, and (persistent) homology
//! - individiual simplices

pub mod from;
pub mod misc;
pub mod simplices;
pub mod boundary;