|
template<typename T , typename Op > |
void | boost::mpi::detail::reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, int root, mpl::true_, mpl::true_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::reduce_impl (const communicator &comm, const T *in_values, int n, Op op, int root, mpl::true_, mpl::true_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, int root, mpl::false_, mpl::true_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::reduce_impl (const communicator &comm, const T *in_values, int n, Op op, int root, mpl::false_, mpl::true_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::tree_reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, int root, mpl::true_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::tree_reduce_impl (const communicator &comm, const T *in_values, int n, Op op, int root, mpl::true_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::tree_reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, int root, mpl::false_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::tree_reduce_impl (const communicator &comm, const T *in_values, int n, Op op, int root, mpl::false_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, int root, mpl::false_, mpl::false_) |
|
template<typename T , typename Op > |
void | boost::mpi::detail::reduce_impl (const communicator &comm, const T *in_values, int n, Op op, int root, mpl::false_, mpl::false_) |
|
template<typename T , typename Op > |
void | boost::mpi::reduce (const communicator &comm, const T *in_values, int n, T *out_values, Op op, 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 , typename Op > |
void | boost::mpi::reduce (const communicator &comm, const T *in_values, int n, Op op, 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 , typename Op > |
void | boost::mpi::reduce (const communicator &comm, std::vector< T > const &in_values, Op op, int root) |
|
template<typename T , typename Op > |
void | boost::mpi::reduce (const communicator &comm, std::vector< T > const &in_values, std::vector< T > &out_values, Op op, int root) |
|
template<typename T , typename Op > |
void | boost::mpi::reduce (const communicator &comm, const T &in_value, T &out_value, Op op, int root) |
| Combine the values stored by each process into a single value at the root. More...
|
|
template<typename T , typename Op > |
void | boost::mpi::reduce (const communicator &comm, const T &in_value, Op op, 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...
|
|