| .rxAdjointSolveEvalC | R Documentation |
Full-trajectory counterpart of .rxAdjointGradEvalC(): reconstructs
dy_k(t_i)/dp for every output state, time and parameter in one backward
sweep (rxode2AdjointTrajSweep), covering all dosing duals. Numerically
equivalent to .rxAdjointSolve().
.rxAdjointSolveEvalC(
build,
params,
outTimes,
denseBy = 0.01,
atol = 1e-10,
rtol = 1e-10
)
build |
object returned by |
params |
named numeric vector of parameter values. |
outTimes |
numeric vector of output times. |
denseBy, atol, rtol |
as in |
data.frame with a time column and one
rx__sens_<state>_BY_<param>__ column per (state, param) pair.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.