CLAM-Development  1.4.0
Public Member Functions
CLAM::LogSumTmpl< T > Class Template Reference

Class Function for computing logarithmic sum of all data in vector using. More...

#include <BasicOps.hxx>

List of all members.

Public Member Functions

 LogSumTmpl ()
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<class T = TData>
class CLAM::LogSumTmpl< T >

Class Function for computing logarithmic sum of all data in vector using.

It also has associated memory so operation is not performed more than necessary.

Definition at line 270 of file BasicOps.hxx.


Constructor & Destructor Documentation

template<class T = TData>
CLAM::LogSumTmpl< T >::LogSumTmpl ( )
inline

Definition at line 273 of file BasicOps.hxx.


Member Function Documentation

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

Definition at line 274 of file BasicOps.hxx.

template<class T = TData>
T CLAM::LogSumTmpl< T >::operator() ( const Array< T > &  a,
StaticFalse  
)
inline

Definition at line 280 of file BasicOps.hxx.


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