pharmsol 0.25.0

Rust library for solving analytic and ode-defined pharmacometric models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! ODE model code generation
//!
//! This module contains specialized code generation logic for ODE models.
//! Most of the heavy lifting is done by the ClosureGenerator in closures.rs.

// Currently, all ODE-specific generation is handled in mod.rs
// and closures.rs. This module is reserved for future specialized logic
// such as:
// - Automatic Jacobian generation
// - Stiffness detection
// - Compartment flow analysis