Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
all_gather.hpp File Reference
Include dependency graph for all_gather.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::mpi
 
 boost::mpi::detail
 

Functions

template<typename T >
void boost::mpi::detail::all_gather_impl (const communicator &comm, const T *in_values, int n, T *out_values, mpl::true_)
 
template<typename T >
void boost::mpi::detail::all_gather_impl (const communicator &comm, const T *in_values, int n, T *out_values, mpl::false_)
 
template<typename T >
void boost::mpi::all_gather (const communicator &comm, const T &in_value, T *out_values)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
template<typename T >
void boost::mpi::all_gather (const communicator &comm, const T &in_value, std::vector< T > &out_values)
 Gather the values stored at every process into vectors of values from each process. More...
 
template<typename T >
void boost::mpi::all_gather (const communicator &comm, const T *in_values, int n, T *out_values)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
template<typename T >
void boost::mpi::all_gather (const communicator &comm, const T *in_values, int n, std::vector< T > &out_values)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...