|
CLAM-Development
1.4.0
|
Class Function for computing product of all data in vector. More...
#include <BasicOps.hxx>
Public Member Functions | |
| InnerProductTmpl () | |
| T | operator() (const Array< T > &a, StaticTrue *b=NULL) |
| T | 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 for computing product of all data in vector.
It also has associated memory so operation is not performed more than necessary.
Definition at line 292 of file BasicOps.hxx.
|
inline |
Definition at line 295 of file BasicOps.hxx.
|
inline |
Definition at line 296 of file BasicOps.hxx.
References CLAM::BaseMemOp::alreadyComputed.
|
inline |
Definition at line 302 of file BasicOps.hxx.
References CLAM::Array< T >::GetPtr(), and CLAM::Array< T >::Size().
1.8.1