|
blitz
Version 1.0.2
|
#include <reduce.h>

Public Types | |
| typedef P_sourcetype | T_sourcetype |
| typedef MinMaxValue< P_sourcetype > | T_resulttype |
| typedef T_resulttype | T_numtype |
Public Member Functions | |
| ReduceMinMax () | |
| bool | operator() (T_sourcetype x, const int=0) const |
| T_resulttype | result (int) |
| void | reset (P_sourcetype initialValue) const |
Static Public Member Functions | |
| static const char * | name () |
Static Public Attributes | |
| static const bool | needIndex = false |
| static const bool | needInit = true |
Protected Attributes | |
| T_resulttype | minmax_ |
| typedef T_resulttype blitz::ReduceMinMax< P_sourcetype >::T_numtype |
| typedef MinMaxValue<P_sourcetype> blitz::ReduceMinMax< P_sourcetype >::T_resulttype |
| typedef P_sourcetype blitz::ReduceMinMax< P_sourcetype >::T_sourcetype |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
References blitz::ReduceMinMax< P_sourcetype >::minmax_.
|
inline |
References blitz::ReduceMinMax< P_sourcetype >::minmax_.
|
mutableprotected |
|
static |
|
static |