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 | |
![]() | |
PoweredSum () | |
T | operator() (const Array< T > &a, StaticTrue *useMemory=NULL) |
T | operator() (const Array< T > &a, StaticFalse *) |
![]() | |
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.