![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Build output vars for a state of the ODE solve, storing the sensitivities precomputed using the forward sensitivity problem in precomputed varis.
F | Type of ODE right hand side |
T_y0_t0 | Type of initial state |
T_t0 | Type of initial time |
T_ts | Type of output times |
T_Args | Types of pass-through parameters |
f | Right hand side of the ODE | |
coupled_state | Current state of the coupled_ode_system | |
y0 | Initial state | |
t0 | Initial time | |
t | Times at which to solve the ODE at | |
[in,out] | msgs | the print stream for warning messages |
args | Extra arguments passed unmodified through to ODE right hand side |
Definition at line 36 of file ode_store_sensitivities.hpp.