pharmsol 0.27.1

Rust library for solving analytic and ode-defined pharmacometric models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// NCA Integration Tests Module
// Tests using the public NCA API via Subject::builder().nca()
//
// Note: Most NCA tests are in src/nca/tests.rs (internal unit tests).
// These integration tests verify the public API works correctly.

pub mod test_auc;
pub mod test_params;
pub mod test_pknca;
pub mod test_quality;
pub mod test_terminal;