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
10
11
12
13
14
15
pub mod context;
pub mod eq;
pub mod expr;
pub mod expr_complex;
pub(crate) mod expr_funcs;
pub mod expr_integrate_ext;
pub mod expr_ops;
pub mod expr_poly_ext;
pub mod expr_rules_ext;
pub mod expr_series_ext;
pub mod expr_sets_ext;
pub mod expr_solve_ext;
pub mod expr_transforms_ext;
pub mod expr_view;
pub mod macros;