|
template<typename T > |
void | boost::mpi::detail::scatter_impl (const communicator &comm, const T *in_values, T *out_values, int n, int root, mpl::true_) |
|
template<typename T > |
void | boost::mpi::detail::scatter_impl (const communicator &comm, T *out_values, int n, int root, mpl::true_) |
|
template<typename T > |
void | boost::mpi::detail::scatter_impl (const communicator &comm, const T *in_values, T *out_values, int n, int root, mpl::false_) |
|
template<typename T > |
void | boost::mpi::detail::scatter_impl (const communicator &comm, T *out_values, int n, int root, mpl::false_) |
|
template<typename T > |
void | boost::mpi::scatter (const communicator &comm, const T *in_values, T &out_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::scatter (const communicator &comm, const std::vector< T > &in_values, T &out_value, int root) |
| Scatter the values stored at the root to all processes within the communicator. More...
|
|
template<typename T > |
void | boost::mpi::scatter (const communicator &comm, T &out_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::scatter (const communicator &comm, const T *in_values, T *out_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...
|
|
template<typename T > |
void | boost::mpi::scatter (const communicator &comm, const std::vector< T > &in_values, T *out_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...
|
|
template<typename T > |
void | boost::mpi::scatter (const communicator &comm, T *out_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...
|
|