|
ROL
|
#include <ROL_StdTeuchosBatchManager.hpp>
Inheritance diagram for ROL::StdTeuchosBatchManager< Real, Ordinal >:Public Member Functions | |
| StdTeuchosBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| void | sumAll (Vector< Real > &input, Vector< Real > &output) |
Public Member Functions inherited from ROL::TeuchosBatchManager< Real, Ordinal > | |
| TeuchosBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| int | batchID (void) |
| int | numBatches (void) |
| void | reduceAll (Real *input, Real *output, const Elementwise::ReductionOp< Real > &r) |
| void | minAll (Real *input, Real *output, int dim) |
| void | maxAll (Real *input, Real *output, int dim) |
| void | sumAll (Real *input, Real *output, int dim) |
| void | broadcast (Real *input, int cnt, int root) |
| void | barrier (void) |
Public Member Functions inherited from ROL::BatchManager< Real > | |
| virtual | ~BatchManager () |
Definition at line 53 of file ROL_StdTeuchosBatchManager.hpp.
|
inline |
Definition at line 55 of file ROL_StdTeuchosBatchManager.hpp.
|
inlinevirtual |
Reimplemented from ROL::TeuchosBatchManager< Real, Ordinal >.
Definition at line 60 of file ROL_StdTeuchosBatchManager.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
1.8.13