Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
reduce.hpp File Reference
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <boost/mpi/packed_oarchive.hpp>
#include <boost/mpi/packed_iarchive.hpp>
#include <boost/mpi/detail/point_to_point.hpp>
#include <boost/mpi/communicator.hpp>
#include <boost/mpi/environment.hpp>
#include <boost/mpi/detail/computation_tree.hpp>
#include <boost/mpi/operations.hpp>
#include <algorithm>
#include <exception>
#include <boost/assert.hpp>
#include <boost/scoped_array.hpp>
Include dependency graph for reduce.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::mpi
 
 boost::mpi::detail
 

Functions

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