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