ROL
|
#include <ROL_BatchManager.hpp>
Public Member Functions | |
virtual | ~BatchManager () |
virtual int | batchID (void) |
virtual int | numBatches (void) |
virtual void | sumAll (Real *input, Real *output, int dim) |
virtual void | sumAll (Vector< Real > &input, Vector< Real > &output) |
virtual void | barrier (void) |
Definition at line 53 of file ROL_BatchManager.hpp.
|
inlinevirtual |
Definition at line 55 of file ROL_BatchManager.hpp.
|
inlinevirtual |
Reimplemented in ROL::EpetraBatchManager< Real >.
Definition at line 57 of file ROL_BatchManager.hpp.
|
inlinevirtual |
Reimplemented in ROL::EpetraBatchManager< Real >.
Definition at line 61 of file ROL_BatchManager.hpp.
|
inlinevirtual |
Reimplemented in ROL::EpetraBatchManager< Real >.
Definition at line 65 of file ROL_BatchManager.hpp.
|
inlinevirtual |
Reimplemented in ROL::EpetraBatchManager< Real >, and ROL::StdEpetraBatchManager< Real >.
Definition at line 71 of file ROL_BatchManager.hpp.
References ROL::Vector< Real >::set().
|
inlinevirtual |
Reimplemented in ROL::EpetraBatchManager< Real >.
Definition at line 75 of file ROL_BatchManager.hpp.