Binary Operator for use with std::accumulate, for computing Max(x(i)). More...
#include <BasicOps.hxx>
Public Member Functions | |
| ComplexMax () | |
| 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 Max(x(i)).
Definition at line 840 of file BasicOps.hxx.
| CLAM::ComplexMax< abs, T >::ComplexMax | ( | ) | [inline] |
Definition at line 843 of file BasicOps.hxx.
| T CLAM::ComplexMax< abs, T >::operator() | ( | const T & | orig, | |
| const T & | num, | |||
| StaticTrue * | ||||
| ) | [inline] |
Definition at line 852 of file BasicOps.hxx.
| T CLAM::ComplexMax< abs, T >::operator() | ( | const T & | orig, | |
| const T & | num, | |||
| StaticFalse * | ||||
| ) | [inline] |
Definition at line 848 of file BasicOps.hxx.
| T CLAM::ComplexMax< abs, T >::operator() | ( | const T & | orig, | |
| const T & | num | |||
| ) | [inline] |
Definition at line 844 of file BasicOps.hxx.
1.6.3