CLAM::ComplexMaxElement< abs, T > Class Template Reference

Class Function that computes Max(x(i)) using std::accumulate and ComplexMax<T> BinaryOp It also has associated memory so operation is not performed more than necessary. More...

#include <BasicOps.hxx>

List of all members.

Public Member Functions

 ComplexMaxElement ()
operator() (const Array< T > &a, StaticTrue *b=NULL)
operator() (const Array< T > &a, StaticFalse *)

Detailed Description

template<bool abs = false, class T = TData>
class CLAM::ComplexMaxElement< abs, T >

Class Function that computes Max(x(i)) using std::accumulate and ComplexMax<T> BinaryOp It also has associated memory so operation is not performed more than necessary.

Definition at line 860 of file BasicOps.hxx.


Constructor & Destructor Documentation

template<bool abs = false, class T = TData>
CLAM::ComplexMaxElement< abs, T >::ComplexMaxElement (  )  [inline]

Definition at line 863 of file BasicOps.hxx.


Member Function Documentation

template<bool abs = false, class T = TData>
T CLAM::ComplexMaxElement< abs, T >::operator() ( const Array< T > &  a,
StaticFalse  
) [inline]

Definition at line 870 of file BasicOps.hxx.

template<bool abs = false, class T = TData>
T CLAM::ComplexMaxElement< abs, T >::operator() ( const Array< T > &  a,
StaticTrue b = NULL 
) [inline]

Definition at line 864 of file BasicOps.hxx.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.3