symplex 0.2.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
9
pub mod codegen;
pub(crate) mod common;
pub(crate) mod cse;
pub(crate) mod display;
pub mod lambdify;
pub(crate) mod latex;
pub mod parse;
pub(crate) mod pretty;
pub mod tree;