![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
This is the complete list of members for stan::math::cvodes_ode_data< F, T_initial, T_param >, including all inherited members.
cvodes_ode_data(const F &f, const std::vector< T_initial > &y0, const std::vector< T_param > &theta, const std::vector< double > &x, const std::vector< int > &x_int, std::ostream *msgs) | stan::math::cvodes_ode_data< F, T_initial, T_param > | inline |
dense_jacobian(long int N, realtype t, N_Vector y, N_Vector fy, DlsMat J, void *user_data, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3) | stan::math::cvodes_ode_data< F, T_initial, T_param > | inlinestatic |
ode_rhs(double t, N_Vector y, N_Vector ydot, void *user_data) | stan::math::cvodes_ode_data< F, T_initial, T_param > | inlinestatic |
ode_rhs_sens(int Ns, realtype t, N_Vector y, N_Vector ydot, N_Vector *yS, N_Vector *ySdot, void *user_data, N_Vector tmp1, N_Vector tmp2) | stan::math::cvodes_ode_data< F, T_initial, T_param > | inlinestatic |