|
CLAM-Development
1.4.0
|
Mean is 1st order Moment. More...
#include <BasicOps.hxx>
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 |
Mean is 1st order Moment.
Definition at line 488 of file BasicOps.hxx.
1.8.1