Module equation

Module equation 

Modules§

analytical
meta
ode
sde

Structs§

Analytical
Model equation using analytical solutions.
Meta
Model metadata container.
ODE
SDE
Stochastic Differential Equation solver for pharmacometric models.

Enums§

EqnKind
ExplicitRkTableau
Tableau for OdeSolver::ExplicitRk.
OdeSolver
ODE solver selection.
SdirkTableau
Tableau for OdeSolver::Sdirk.

Traits§

Equation
Trait for model equations that can be simulated.
EquationTypes
Trait defining the associated types for equations.
Predictions
Trait for prediction containers.
State
Trait for state vectors that can receive bolus doses.

Functions§

one_compartment
Analytical solution for one compartment model.
one_compartment_cl
Analytical solution for one compartment model parameterized by clearance.
one_compartment_cl_with_absorption
Analytical solution for one compartment model with first-order absorption, parameterized by clearance.
one_compartment_with_absorption
Analytical solution for one compartment model with first-order absorption.
three_compartments
Analytical for three compartments Assumptions:
three_compartments_cl
Analytical solution for three compartment model parameterized by clearances.
three_compartments_cl_with_absorption
Analytical solution for three compartment model with first-order absorption, parameterized by clearances.
three_compartments_with_absorption
Analytical solution for three compartment model with first-order absorption. Assumptions:
two_compartments
Analytical solution for two compartment model.
two_compartments_cl
Analytical solution for two compartment model parameterized by clearances.
two_compartments_cl_with_absorption
Analytical solution for two compartment model with first-order absorption, parameterized by clearances.
two_compartments_with_absorption
Analytical solution for two compartment model with first-order absorption.