1#ifndef STAN_MATH_PRIM_FUNCTOR_INTEGRATE_ODE_STD_VECTOR_INTERFACE_ADAPTER_HPP
2#define STAN_MATH_PRIM_FUNCTOR_INTEGRATE_ODE_STD_VECTOR_INTERFACE_ADAPTER_HPP
28 template <
typename T0,
typename T1,
typename T2>
29 auto operator()(
const T0& t,
const Eigen::Matrix<T1, Eigen::Dynamic, 1>& y,
30 std::ostream* msgs,
const std::vector<T2>& theta,
31 const std::vector<double>& x,
32 const std::vector<int>& x_int)
const {
auto to_vector(T_x &&x)
Returns input matrix reshaped into a vector.
auto to_array_1d(T_x &&x)
Returns input matrix reshaped into a vector.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
auto operator()(const T0 &t, const Eigen::Matrix< T1, Eigen::Dynamic, 1 > &y, std::ostream *msgs, const std::vector< T2 > &theta, const std::vector< double > &x, const std::vector< int > &x_int) const
integrate_ode_std_vector_interface_adapter(const F &f)
Wrap a functor designed for use with integrate_ode_bdf, integrate_ode_rk45, and integrate_ode_adams t...