CLAM-Development
1.4.0
|
Class Function that computes Sum(i*x(i)^3) using std::accumulate and WeightedCube<T> BinaryOp. More...
#include <BasicOps.hxx>
Additional Inherited Members | |
![]() | |
WeightedPoweredSum () | |
T | operator() (const Array< T > &a, StaticTrue *b=NULL) |
Memoryfull Computation. | |
T | operator() (const Array< T > &a, StaticFalse *) |
Memoryless Computation. | |
![]() | |
BaseMemOp () | |
void | Reset () |
virtual | ~BaseMemOp () |
Class Function that computes Sum(i*x(i)^3) using std::accumulate and WeightedCube<T> BinaryOp.
Definition at line 366 of file BasicOps.hxx.