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