![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <cvodes/cvodes.h>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
void | stan::math::cvodes_silent_err_handler (int error_code, const char *module, const char *function, char *msg, void *eh_data) |
void | stan::math::cvodes_check_flag (int flag, const char *func_name) |
void | stan::math::cvodes_set_options (void *cvodes_mem, double rel_tol, double abs_tol, long int max_num_steps) |