Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
all_to_all.hpp File Reference
Include dependency graph for all_to_all.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_to_all_impl (const communicator &comm, const T *in_values, int n, T *out_values, mpl::true_)
 
template<typename T >
void boost::mpi::detail::all_to_all_impl (const communicator &comm, const T *in_values, int n, T *out_values, mpl::false_)
 
template<typename T >
void boost::mpi::all_to_all (const communicator &comm, const T *in_values, 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_to_all (const communicator &comm, const std::vector< T > &in_values, std::vector< T > &out_values)
 Send data from every process to every other process. More...
 
template<typename T >
void boost::mpi::all_to_all (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_to_all (const communicator &comm, const std::vector< 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...