#include <ROL_BatchManager.hpp>
template<class Real>
class ROL::BatchManager< Real >
Definition at line 53 of file ROL_BatchManager.hpp.
template<class Real >
virtual void ROL::BatchManager< Real >::sumAll |
( |
Real * |
input, |
|
|
Real * |
output, |
|
|
int |
dim |
|
) |
| |
|
inlinevirtual |
template<class Real >
virtual void ROL::BatchManager< Real >::reduceAll |
( |
Real * |
input, |
|
|
Real * |
output, |
|
|
int |
dim, |
|
|
const Elementwise::ReductionOp< Real > & |
r |
|
) |
| |
|
inlinevirtual |
template<class Real >
virtual void ROL::BatchManager< Real >::broadcast |
( |
Real * |
input, |
|
|
int |
cnt, |
|
|
int |
root |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: