|
CLAM-Development
1.1
|
Class Function that computes Max(x(i)) using std::accumulate and ComplexMax<T> BinaryOp It also has associated memory so operation is not performed more than necessary. More...
#include <BasicOps.hxx>
Public Member Functions | |
| ComplexMaxElement () | |
| T | operator() (const Array< T > &a, StaticTrue *b=NULL) |
| T | operator() (const Array< T > &a, StaticFalse *) |
Class Function that computes Max(x(i)) using std::accumulate and ComplexMax<T> BinaryOp It also has associated memory so operation is not performed more than necessary.
Definition at line 860 of file BasicOps.hxx.
| CLAM::ComplexMaxElement< abs, T >::ComplexMaxElement | ( | ) | [inline] |
Definition at line 863 of file BasicOps.hxx.
| T CLAM::ComplexMaxElement< abs, T >::operator() | ( | const Array< T > & | a, |
| StaticTrue * | b = NULL |
||
| ) | [inline] |
Definition at line 864 of file BasicOps.hxx.
| T CLAM::ComplexMaxElement< abs, T >::operator() | ( | const Array< T > & | a, |
| StaticFalse * | |||
| ) | [inline] |
Definition at line 870 of file BasicOps.hxx.
1.7.6.1