Binary Operator for use with std::accumulate, for computing Min(x(i)). More...
#include <BasicOps.hxx>
Public Member Functions | |
ComplexMin () | |
T | operator() (const T &orig, const T &num) |
T | operator() (const T &orig, const T &num, StaticFalse *) |
T | operator() (const T &orig, const T &num, StaticTrue *) |
Binary Operator for use with std::accumulate, for computing Min(x(i)).
Definition at line 800 of file BasicOps.hxx.
CLAM::ComplexMin< abs, T >::ComplexMin | ( | ) | [inline] |
Definition at line 803 of file BasicOps.hxx.
T CLAM::ComplexMin< abs, T >::operator() | ( | const T & | orig, | |
const T & | num, | |||
StaticTrue * | ||||
) | [inline] |
Definition at line 812 of file BasicOps.hxx.
T CLAM::ComplexMin< abs, T >::operator() | ( | const T & | orig, | |
const T & | num, | |||
StaticFalse * | ||||
) | [inline] |
Definition at line 808 of file BasicOps.hxx.
T CLAM::ComplexMin< abs, T >::operator() | ( | const T & | orig, | |
const T & | num | |||
) | [inline] |
Definition at line 804 of file BasicOps.hxx.