ROL
|
#include <ROL_StdTeuchosBatchManager.hpp>
Public Member Functions | |
StdTeuchosBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
void | sumAll (Vector< Real > &input, Vector< Real > &output) |
![]() | |
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 | barrier (void) |
![]() | |
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 57 of file ROL_StdTeuchosBatchManager.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::batchID(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().