#include <PlayaVectorOpsImpl.hpp>

Public Member Functions | |
| BoundedMaxLocFunctor (const MPIComm &comm, const Scalar &bound, int baseGNI) | |
| void | step (int i, const Scalar &x) const |
| void | postProc () const |
| IndexedValue< Scalar > | result () const |
| std::string | description () const |
Definition at line 171 of file PlayaVectorOpsImpl.hpp.
| PlayaFunctors::BoundedMaxLocFunctor< Scalar >::BoundedMaxLocFunctor | ( | const MPIComm & | comm, | |
| const Scalar & | bound, | |||
| int | baseGNI | |||
| ) | [inline] |
Definition at line 175 of file PlayaVectorOpsImpl.hpp.
| void PlayaFunctors::BoundedMaxLocFunctor< Scalar >::step | ( | int | i, | |
| const Scalar & | x | |||
| ) | const [inline] |
Definition at line 185 of file PlayaVectorOpsImpl.hpp.
| void PlayaFunctors::BoundedMaxLocFunctor< Scalar >::postProc | ( | ) | const [inline, virtual] |
Implements PlayaFunctors::ReductionFunctorBase< Scalar >.
Definition at line 195 of file PlayaVectorOpsImpl.hpp.
| IndexedValue<Scalar> PlayaFunctors::BoundedMaxLocFunctor< Scalar >::result | ( | ) | const [inline] |
Definition at line 207 of file PlayaVectorOpsImpl.hpp.
| std::string PlayaFunctors::BoundedMaxLocFunctor< Scalar >::description | ( | ) | const [inline] |
Definition at line 213 of file PlayaVectorOpsImpl.hpp.