Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ jacobian_states()

template<int Lmm, typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
void stan::math::cvodes_integrator< Lmm, F, T_y0, T_t0, T_ts, T_Args >::jacobian_states ( double  t,
const double  y[],
SUNMatrix  J 
) const
inlineprivate

Calculates the jacobian of the ODE RHS wrt to its states y at the given time-point t and state y.

Definition at line 122 of file cvodes_integrator.hpp.