|
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...
|
|