template<int call_id, typename ReduceF , typename CombineF > 
  
  
      
        
          | void stan::math::mpi_parallel_call< call_id, ReduceF, CombineF >::setup_call  | 
          ( | 
          const vector_d &  | 
          shared_params,  | 
         
        
           | 
           | 
          const matrix_d &  | 
          job_params,  | 
         
        
           | 
           | 
          const std::vector< std::vector< double > > &  | 
          x_r,  | 
         
        
           | 
           | 
          const std::vector< std::vector< int > > &  | 
          x_i  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineprivate   |