|
CLAM-Development
1.4.0
|
Class Function that computes Sum(x(i)^3) using std::accumulate and Cube<T> BinaryOp. More...
#include <BasicOps.hxx>
Additional Inherited Members | |
Public Member Functions inherited from CLAM::PoweredSum< 3, abs, T > | |
| PoweredSum () | |
| T | operator() (const Array< T > &a, StaticTrue *useMemory=NULL) |
| T | operator() (const Array< T > &a, StaticFalse *) |
Public Member Functions inherited from CLAM::BaseMemOp | |
| BaseMemOp () | |
| void | Reset () |
| virtual | ~BaseMemOp () |
Class Function that computes Sum(x(i)^3) using std::accumulate and Cube<T> BinaryOp.
Definition at line 245 of file BasicOps.hxx.
1.8.1