Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param, > Class Template Reference

Detailed Description

template<typename F, typename T_shared_param, typename T_job_param, require_eigen_col_vector_t< T_shared_param > * = nullptr>
class stan::math::internal::map_rect_combine< F, T_shared_param, T_job_param, >

Definition at line 40 of file map_rect_combine.hpp.

#include <map_rect_combine.hpp>

Public Types

using result_t = Eigen::Matrix< return_type_t< T_shared_param, T_job_param >, Eigen::Dynamic, 1 >
 

Public Member Functions

 map_rect_combine ()
 
 map_rect_combine (const T_shared_param &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)
 

Private Types

using ops_partials_t = internal::partials_propagator< return_type_t< T_shared_param, T_job_param >, void, T_shared_param, Eigen::Matrix< T_job_param, Eigen::Dynamic, 1 > >
 

Private Attributes

std::vector< ops_partials_tops_partials_
 
const std::size_t num_shared_operands_
 
const std::size_t num_job_operands_
 

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