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

Public Types | |
| typedef P_sourcetype | T_sourcetype |
| typedef TinyVector< int, N_rank > | T_resulttype |
| typedef T_resulttype | T_numtype |
Public Member Functions | |
| ReduceMaxIndexVector () | |
| bool | operator() (const T_sourcetype &x, const T_resulttype &index) const |
| T_resulttype | result (const int) const |
| void | reset (const T_resulttype &index) const |
Static Public Member Functions | |
| static const char * | name () |
Static Public Attributes | |
| static const bool | needIndex = true |
| static const bool | needInit = false |
Protected Attributes | |
| T_sourcetype | max_ |
| T_resulttype | index_ |
| typedef T_resulttype blitz::ReduceMaxIndexVector< P_sourcetype, N_rank >::T_numtype |
| typedef TinyVector<int,N_rank> blitz::ReduceMaxIndexVector< P_sourcetype, N_rank >::T_resulttype |
| typedef P_sourcetype blitz::ReduceMaxIndexVector< P_sourcetype, N_rank >::T_sourcetype |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
mutableprotected |
|
mutableprotected |
|
static |
|
static |