CLAM-Development  1.4.0
Public Member Functions
CLAM::ComplexMinElement< abs, T > Class Template Reference

Class Function that computes Min(x(i)) using std::accumulate and ComplexMin<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

 ComplexMinElement ()
operator() (const Array< T > &a, StaticTrue *b=NULL)
operator() (const Array< T > &a, StaticFalse *)
- Public Member Functions inherited from CLAM::BaseMemOp
 BaseMemOp ()
void Reset ()
virtual ~BaseMemOp ()

Additional Inherited Members

- Protected Attributes inherited from CLAM::BaseMemOp
bool alreadyComputed

Detailed Description

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

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

Definition at line 820 of file BasicOps.hxx.


Constructor & Destructor Documentation

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

Definition at line 823 of file BasicOps.hxx.


Member Function Documentation

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

Definition at line 824 of file BasicOps.hxx.

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

Definition at line 830 of file BasicOps.hxx.


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