1#ifndef STAN_MATH_REV_FUNCTOR_CVODES_UTILS_HPP
2#define STAN_MATH_REV_FUNCTOR_CVODES_UTILS_HPP
6#include <cvodes/cvodes.h>
15 long int max_num_steps) {
22 long int max_err_test_fails = 20;
25 long int max_conv_fails = 50;
#define CHECK_CVODES_CALL(call)
void cvodes_set_options(void *cvodes_mem, long int max_num_steps)
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...