Class Function for computing logarithmic sum of all data in vector using. More...
#include <BasicOps.hxx>
Public Member Functions | |
LogSumTmpl () | |
T | operator() (const Array< T > &a, StaticTrue *b=NULL) |
T | operator() (const Array< T > &a, StaticFalse *) |
Class Function for computing logarithmic sum of all data in vector using.
It also has associated memory so operation is not performed more than necessary.
Definition at line 270 of file BasicOps.hxx.
CLAM::LogSumTmpl< T >::LogSumTmpl | ( | ) | [inline] |
Definition at line 273 of file BasicOps.hxx.
T CLAM::LogSumTmpl< T >::operator() | ( | const Array< T > & | a, | |
StaticFalse * | ||||
) | [inline] |
Definition at line 280 of file BasicOps.hxx.
T CLAM::LogSumTmpl< T >::operator() | ( | const Array< T > & | a, | |
StaticTrue * | b = NULL | |||
) | [inline] |
Definition at line 274 of file BasicOps.hxx.