|
CLAM-Development
1.4.0
|
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>
Public Member Functions | |
| BiasedPoweredSum () | |
| U | operator() (const Array< T > &a, MeanTmpl< abs, T, U > &imean, StaticFalse *useMemory) |
| U | operator() (const Array< T > &a, MeanTmpl< abs, T, U > &imean, StaticTrue *useMemory=NULL) |
| U | operator() (const Array< T > &a, StaticTrue *b=NULL) |
| U | 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 |
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.
|
inline |
Definition at line 573 of file BasicOps.hxx.
|
inline |
Definition at line 575 of file BasicOps.hxx.
|
inline |
Definition at line 580 of file BasicOps.hxx.
|
inline |
Definition at line 587 of file BasicOps.hxx.
|
inline |
Definition at line 591 of file BasicOps.hxx.
1.8.1