symplex 0.9.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
//! Benchmarks disguised as tests (`tests/perf/*.rs`: the former
//! `simplify_perf_test.rs` and `perf_analysis.rs`). All `#[ignore]`d; run with
//! `cargo test --test perf --release -- --ignored --nocapture`.

#[path = "perf/perf_analysis.rs"]
mod perf_analysis;
#[path = "perf/simplify_perf_test.rs"]
mod simplify_perf_test;