#include <PlayaVectorOpsImpl.hpp>

Public Member Functions | |
| BoundedMinLocFunctor (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 116 of file PlayaVectorOpsImpl.hpp.
| PlayaFunctors::BoundedMinLocFunctor< Scalar >::BoundedMinLocFunctor | ( | const MPIComm & | comm, | |
| const Scalar & | bound, | |||
| int | baseGNI | |||
| ) | [inline] |
Definition at line 120 of file PlayaVectorOpsImpl.hpp.
| void PlayaFunctors::BoundedMinLocFunctor< Scalar >::step | ( | int | i, | |
| const Scalar & | x | |||
| ) | const [inline] |
Definition at line 130 of file PlayaVectorOpsImpl.hpp.
| void PlayaFunctors::BoundedMinLocFunctor< Scalar >::postProc | ( | ) | const [inline, virtual] |
Implements PlayaFunctors::ReductionFunctorBase< Scalar >.
Definition at line 140 of file PlayaVectorOpsImpl.hpp.
| IndexedValue<Scalar> PlayaFunctors::BoundedMinLocFunctor< Scalar >::result | ( | ) | const [inline] |
Definition at line 152 of file PlayaVectorOpsImpl.hpp.
| std::string PlayaFunctors::BoundedMinLocFunctor< Scalar >::description | ( | ) | const [inline] |
Definition at line 158 of file PlayaVectorOpsImpl.hpp.