PlayaFunctors::BoundedMinLocFunctor< Scalar > Class Template Reference

Find minimum element above a lower bound, returning value and location. More...

#include <PlayaVectorOpsImpl.hpp>

Inheritance diagram for PlayaFunctors::BoundedMinLocFunctor< Scalar >:

PlayaFunctors::ReductionFunctorBase< Scalar >

List of all members.

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


Detailed Description

template<class Scalar>
class PlayaFunctors::BoundedMinLocFunctor< Scalar >

Find minimum element above a lower bound, returning value and location.

Definition at line 116 of file PlayaVectorOpsImpl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
PlayaFunctors::BoundedMinLocFunctor< Scalar >::BoundedMinLocFunctor ( const MPIComm comm,
const Scalar &  bound,
int  baseGNI 
) [inline]

Definition at line 120 of file PlayaVectorOpsImpl.hpp.


Member Function Documentation

template<class Scalar >
void PlayaFunctors::BoundedMinLocFunctor< Scalar >::step ( int  i,
const Scalar &  x 
) const [inline]

Definition at line 130 of file PlayaVectorOpsImpl.hpp.

template<class Scalar >
void PlayaFunctors::BoundedMinLocFunctor< Scalar >::postProc (  )  const [inline, virtual]

template<class Scalar >
IndexedValue<Scalar> PlayaFunctors::BoundedMinLocFunctor< Scalar >::result (  )  const [inline]

Definition at line 152 of file PlayaVectorOpsImpl.hpp.

template<class Scalar >
std::string PlayaFunctors::BoundedMinLocFunctor< Scalar >::description (  )  const [inline]

Definition at line 158 of file PlayaVectorOpsImpl.hpp.


The documentation for this class was generated from the following file:

doxygen