Stan Math Library
4.9.0
Automatic Differentiation
|
Adapt the non-variadic integrate_1d arguments to the variadic integrate_1d_impl interface.
F | type of function to adapt |
Definition at line 14 of file integrate_1d_adapter.hpp.
#include <integrate_1d_adapter.hpp>
Public Member Functions | |
integrate_1d_adapter (const F &f) | |
template<typename T_a , typename T_b , typename T_theta > | |
auto | operator() (const T_a &x, const T_b &xc, std::ostream *msgs, const std::vector< T_theta > &theta, const std::vector< double > &x_r, const std::vector< int > &x_i) const |
Public Attributes | |
const F & | f_ |