symplex 0.7.2

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
10
pub mod codegen;
pub(crate) mod common;
pub(crate) mod cse;
pub(crate) mod display;
pub mod lambdify;
pub(crate) mod latex;
pub mod lean;
pub mod parse;
pub(crate) mod pretty;
pub mod tree;