Go to the source code of this file.
|
template<int call_id, typename F , typename T_shared_param , typename T_job_param > |
Eigen::Matrix< typename stan::return_type< T_shared_param, T_job_param >::type, Eigen::Dynamic, 1 > | stan::math::map_rect (const Eigen::Matrix< T_shared_param, Eigen::Dynamic, 1 > &shared_params, const std::vector< Eigen::Matrix< T_job_param, Eigen::Dynamic, 1 >> &job_params, const std::vector< std::vector< double >> &x_r, const std::vector< std::vector< int >> &x_i, std::ostream *msgs=nullptr) |
| Map N function evaluations to parameters and data which are in rectangular format. More...
|
|
◆ STAN_REGISTER_MAP_RECT
#define STAN_REGISTER_MAP_RECT |
( |
|
CALLID, |
|
|
|
FUNCTOR |
|
) |
| |