|
template<typename T > |
void | boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, T *out_values, int root, mpl::true_) |
|
template<typename T > |
void | boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, int root, mpl::true_) |
|
template<typename T > |
void | boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, T *out_values, int root, mpl::false_) |
|
template<typename T > |
void | boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, int root, mpl::false_) |
|
template<typename T > |
void | boost::mpi::gather (const communicator &comm, const T &in_value, T *out_values, int root) |
| 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::gather (const communicator &comm, const T &in_value, int root) |
| 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::gather (const communicator &comm, const T &in_value, std::vector< T > &out_values, int root) |
| Gather the values stored at every process into a vector at the root process. More...
|
|
template<typename T > |
void | boost::mpi::gather (const communicator &comm, const T *in_values, int n, T *out_values, int root) |
| 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::gather (const communicator &comm, const T *in_values, int n, std::vector< T > &out_values, int root) |
| 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::gather (const communicator &comm, const T *in_values, int n, int root) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|