Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::mpi_distributed_apply< F > Struct Template Reference

Detailed Description

template<typename F>
struct stan::math::mpi_distributed_apply< F >

MPI command template which calls the static method distributed_apply of the given class F.

Distributed MPI commands should be registered using the macro STAN_REGISTER_MPI_DISTRIBUTED_APPLY called in the root namespace.

Template Parameters
Ftype of functor with static distributed_apply method.

Definition at line 27 of file mpi_distributed_apply.hpp.

#include <mpi_distributed_apply.hpp>

+ Inheritance diagram for stan::math::mpi_distributed_apply< F >:

Public Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 
void run () const
 Executes the static member distributed_apply of the given functor F.
 

Friends

class boost::serialization::access
 

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