CLAM-Development  1.4.0
CLAM::MeanTmpl< abs, T, U > Class Template Reference

Mean is 1st order Moment. More...

#include <BasicOps.hxx>

List of all members.

Additional Inherited Members

- Public Member Functions inherited from CLAM::Moment< 1, abs, T, U >
 Moment ()
U operator() (const Array< T > &a, PoweredSum< o, abs, T > &powSum, StaticFalse *)
 Memoryless Computation using external lower level functors.
U operator() (const Array< T > &a, PoweredSum< o, abs, T > &powSum, StaticTrue *b=NULL)
 Memoryfull Computation using external lower level functors.
U operator() (const Array< T > &a, StaticFalse *)
 Memoryless Computation using internal lower level functors.
U operator() (const Array< T > &a, StaticTrue *b=NULL)
 Memoryfull Computation using internal lower level functors.
- Public Member Functions inherited from CLAM::BaseMemOp
 BaseMemOp ()
void Reset ()
virtual ~BaseMemOp ()
- Protected Attributes inherited from CLAM::Moment< 1, abs, T, U >
U memory
PoweredSum< o, abs, T > mPs
- Protected Attributes inherited from CLAM::BaseMemOp
bool alreadyComputed

Detailed Description

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

Mean is 1st order Moment.

See also:
: Moment

Definition at line 488 of file BasicOps.hxx.


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