Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/functor/mpi_command.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/access.hpp>
#include <boost/serialization/base_object.hpp>
Go to the source code of this file.
Classes | |
struct | stan::math::mpi_distributed_apply< F > |
MPI command template which calls the static method distributed_apply of the given class F. More... | |
Namespaces | |
namespace | stan |
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
Macros | |
#define | STAN_REGISTER_MPI_DISTRIBUTED_APPLY(APPLY_FUNCTOR) STAN_REGISTER_MPI_COMMAND(stan::math::mpi_distributed_apply<APPLY_FUNCTOR>) |