pharmsol 0.26.1

Rust library for solving analytic and ode-defined pharmacometric models.
Documentation
1
2
3
4
5
6
7
8
//! The `exa` module provides functionality for building and loading pharmacological models.
//!
//! This module is split into two submodules:
//! - `build`: Contains functions for compiling models from source text.
//! - `load`: Contains functions for loading compiled models.

pub mod build;
pub mod load;