|
ROL
|
#include <example_06.hpp>
Inheritance diagram for L2VectorBatchManager< Real, Ordinal >:Public Member Functions | |
| L2VectorBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| void | sumAll (ROL::Vector< Real > &input, ROL::Vector< Real > &output) |
| L2VectorBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| void | sumAll (ROL::Vector< Real > &input, ROL::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 | 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) |
Public Member Functions inherited from ROL::BatchManager< Real > | |
| virtual | ~BatchManager () |
Private Member Functions | |
| void | cast_vector (Teuchos::RCP< std::vector< Real > > &xvec, ROL::Vector< Real > &x) const |
| void | cast_vector (Teuchos::RCP< std::vector< Real > > &xvec, ROL::Vector< Real > &x) const |
Definition at line 1600 of file example_06.hpp.
|
inline |
Definition at line 1615 of file example_06.hpp.
|
inline |
Definition at line 1631 of file example_07.hpp.
|
inlineprivate |
Definition at line 1602 of file example_06.hpp.
|
inlinevirtual |
Implements ROL::TeuchosBatchManager< Real, Ordinal >.
Definition at line 1617 of file example_06.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::batchID(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
|
inlineprivate |
Definition at line 1618 of file example_07.hpp.
|
inlinevirtual |
Implements ROL::TeuchosBatchManager< Real, Ordinal >.
Definition at line 1633 of file example_07.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::batchID(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
1.8.11