symplex 0.22.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
//! Feature tests written alongside the 0.20 APIs (`tests/v19/*.rs`).

#[path = "v19/v19_kernel.rs"]
mod v19_kernel;
#[path = "v19/v19_mnlogit.rs"]
mod v19_mnlogit;
#[path = "v19/v19_raters.rs"]
mod v19_raters;