| .rxAdjointSolveBuild | R Documentation |
Performs all symbolic work (Jacobian, dose-dual expressions, model
compilation) once and returns a reusable object for .rxAdjointSolveEvalC(),
the C++-backed counterpart of .rxAdjointSolve().
.rxAdjointSolveBuild(object, calcSens, events, adjStates = NULL)
object |
model definition accepted by |
calcSens |
character vector of parameter names to differentiate with respect to. |
events |
event table / data used to define dosing. |
adjStates |
character vector of output states of interest. Defaults to all ODE states (full forward-sensitivity parity). |
an opaque list consumed by .rxAdjointSolveEvalC().
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.