Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Types | Public Member Functions | List of all members
stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param > Class Template Reference

#include <map_rect_combine.hpp>

Public Types

typedef Eigen::Matrix< typename stan::return_type< T_shared_param, T_job_param >::type, Eigen::Dynamic, 1 > result_t
 

Public Member Functions

 map_rect_combine ()
 
 map_rect_combine (const Eigen::Matrix< T_shared_param, Eigen::Dynamic, 1 > &shared_params, const std::vector< Eigen::Matrix< T_job_param, Eigen::Dynamic, 1 >> &job_params)
 
result_t operator() (const matrix_d &world_result, const std::vector< int > &world_f_out)
 

Detailed Description

template<typename F, typename T_shared_param, typename T_job_param>
class stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param >

Definition at line 37 of file map_rect_combine.hpp.

Member Typedef Documentation

◆ result_t

template<typename F , typename T_shared_param , typename T_job_param >
typedef Eigen::Matrix< typename stan::return_type<T_shared_param, T_job_param>::type, Eigen::Dynamic, 1> stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param >::result_t

Definition at line 51 of file map_rect_combine.hpp.

Constructor & Destructor Documentation

◆ map_rect_combine() [1/2]

template<typename F , typename T_shared_param , typename T_job_param >
stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param >::map_rect_combine ( )
inline

Definition at line 53 of file map_rect_combine.hpp.

◆ map_rect_combine() [2/2]

template<typename F , typename T_shared_param , typename T_job_param >
stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param >::map_rect_combine ( const Eigen::Matrix< T_shared_param, Eigen::Dynamic, 1 > &  shared_params,
const std::vector< Eigen::Matrix< T_job_param, Eigen::Dynamic, 1 >> &  job_params 
)
inline

Definition at line 55 of file map_rect_combine.hpp.

Member Function Documentation

◆ operator()()

template<typename F , typename T_shared_param , typename T_job_param >
result_t stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param >::operator() ( const matrix_d world_result,
const std::vector< int > &  world_f_out 
)
inline

Definition at line 67 of file map_rect_combine.hpp.


The documentation for this class was generated from the following file:

     [ Stan Home Page ] © 2011–2018, Stan Development Team.