CLAM::BiasedPoweredSum< s, abs, T, U > Class Template Reference

Class Function that computes Sum((x(i)-mean)^n) using std::accumulate and BiasedPower<T,s> 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

 BiasedPoweredSum ()
operator() (const Array< T > &a, MeanTmpl< abs, T, U > &imean, StaticFalse *useMemory)
operator() (const Array< T > &a, MeanTmpl< abs, T, U > &imean, StaticTrue *useMemory=NULL)
operator() (const Array< T > &a, StaticTrue *b=NULL)
operator() (const Array< T > &a, StaticFalse *)

Detailed Description

template<int s, bool abs = false, class T = TData, class U = TData>
class CLAM::BiasedPoweredSum< s, abs, T, U >

Class Function that computes Sum((x(i)-mean)^n) using std::accumulate and BiasedPower<T,s> BinaryOp It also has associated memory so operation is not performed more than necessary.

Definition at line 570 of file BasicOps.hxx.


Constructor & Destructor Documentation

template<int s, bool abs = false, class T = TData, class U = TData>
CLAM::BiasedPoweredSum< s, abs, T, U >::BiasedPoweredSum (  )  [inline]

Definition at line 573 of file BasicOps.hxx.


Member Function Documentation

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

Definition at line 591 of file BasicOps.hxx.

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

Definition at line 587 of file BasicOps.hxx.

template<int s, bool abs = false, class T = TData, class U = TData>
U CLAM::BiasedPoweredSum< s, abs, T, U >::operator() ( const Array< T > &  a,
MeanTmpl< abs, T, U > &  imean,
StaticTrue useMemory = NULL 
) [inline]

Definition at line 580 of file BasicOps.hxx.

template<int s, bool abs = false, class T = TData, class U = TData>
U CLAM::BiasedPoweredSum< s, abs, T, U >::operator() ( const Array< T > &  a,
MeanTmpl< abs, T, U > &  imean,
StaticFalse useMemory 
) [inline]

Definition at line 575 of file BasicOps.hxx.


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