symplex 0.5.0

Exact symbolic mathematics for Rust: calculus, summation, solving, linear algebra, transforms, compile-time dimensional analysis, and Rust/C code generation
Documentation
1
2
3
4
5
6
7
8
//! Feature tests written alongside the 0.4 API (`tests/v04/*.rs`, one module
//! per feature). Run one module with e.g.
//! `cargo test --test v04 v04_polyhedron::`.

#[path = "v04/v04_polyhedron.rs"]
mod v04_polyhedron;
#[path = "v04/v04_polytope.rs"]
mod v04_polytope;