Module simulator

Module simulator 

Source

Re-exports§

pub use cache::cache_enabled;
pub use cache::cache_settings;
pub use cache::configure_cache;
pub use cache::disable_cache;
pub use cache::enable_cache;
pub use cache::reset_caches;
pub use cache::CacheSettings;

Modules§

cache
Global cache for predictions
equation

Structs§

Neqs
The dimensions of the model: number of states, drug inputs, and output equations.

Type Aliases§

AnalyticalEq
This closure represents an Analytical solution of the model. See equation::analytical module for examples.
DiffEq
This closure represents the differential equation of the model.
Diffusion
This closure represents the diffusion term of a stochastic differential equation model.
Drift
This closure represents the drift term of a stochastic differential equation model.
Fa
This closure represents the fraction absorbed (also called bioavailability or protein binding) of the model.
Init
This closure represents the initial state of the system.
Lag
This closure represents the lag time of the model.
M
Type alias for matrix type used in simulations
Out
This closure represents the output equation of the model.
SecEq
This closure represents the secondary equation of the model.
T
Type alias for floating point values used in simulations
V
Type alias for state vector type used in simulations