Public Member Functions | Private Attributes
PlayaFunctors::NormInf< Scalar > Class Template Reference

Infinity norm of a vector. More...

Inheritance diagram for PlayaFunctors::NormInf< Scalar >:
PlayaFunctors::ReductionFunctorBase< Scalar >

List of all members.

Public Member Functions

 NormInf (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::NormInf< Scalar >

Infinity norm of a vector.

Definition at line 373 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

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

Definition at line 376 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

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

Definition at line 398 of file PlayaVectorFunctorsImpl.hpp.

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

Member Data Documentation

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

Site Contact