#include <mpidatatransfer.hh>
Public Member Functions | |
| MPI_Reducer (MPI_Op _op=MPI_SUM, int _root=0, MPI_Comm _comm=MPI_COMM_WORLD) | |
| MPI_Reducer (MPI_Reducer< T > const &b) | |
| ~MPI_Reducer () | |
| bool | operator() (T &xout, T const &xin) const |
Definition at line 183 of file mpidatatransfer.hh.
| RVL::MPI_Reducer< T >::MPI_Reducer | ( | MPI_Op | _op = MPI_SUM, |
|
| int | _root = 0, |
|||
| MPI_Comm | _comm = MPI_COMM_WORLD | |||
| ) |
Definition at line 191 of file mpidatatransfer.hh.
| RVL::MPI_Reducer< T >::MPI_Reducer | ( | MPI_Reducer< T > const & | b | ) |
Definition at line 203 of file mpidatatransfer.hh.
| RVL::MPI_Reducer< T >::~MPI_Reducer | ( | ) |
Definition at line 205 of file mpidatatransfer.hh.
| bool RVL::MPI_Reducer< T >::operator() | ( | T & | xout, | |
| T const & | xin | |||
| ) | const |
Definition at line 207 of file mpidatatransfer.hh.
1.4.7