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

◆ jacobian_rhs_states()

template<typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
int stan::math::cvodes_integrator_adjoint_vari< F, T_y0, T_t0, T_ts, T_Args >::jacobian_rhs_states ( double  t,
N_Vector  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 666 of file cvodes_integrator_adjoint.hpp.