PlayaFunctors::Max< Scalar > Class Template Reference

Find value of minimum element of a vector. More...

Inheritance diagram for PlayaFunctors::Max< Scalar >:

PlayaFunctors::ReductionFunctorBase< Scalar >

List of all members.

Public Member Functions

 Max (const MPIComm &comm)
void step (int i, const Scalar &x) const
void postProc () const
Scalar result () const
std::string description () const

Private Attributes

Scalar val_


Detailed Description

template<class Scalar>
class PlayaFunctors::Max< Scalar >

Find value of minimum element of a vector.

Definition at line 435 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
PlayaFunctors::Max< Scalar >::Max ( const MPIComm comm  )  [inline]

Definition at line 438 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

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

Definition at line 459 of file PlayaVectorFunctorsImpl.hpp.

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

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

Definition at line 453 of file PlayaVectorFunctorsImpl.hpp.

References PlayaFunctors::Max< Scalar >::val_.

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

Definition at line 441 of file PlayaVectorFunctorsImpl.hpp.

References PlayaFunctors::Max< Scalar >::val_.


Member Data Documentation

template<class Scalar >
Scalar PlayaFunctors::Max< Scalar >::val_ [mutable, private]

Site Contact