#include <reduce.h>
Collaboration diagram for ReduceMaxIndexVector< P_sourcetype, N_rank >:
Public Types | |
typedef P_sourcetype | T_sourcetype |
typedef TinyVector< int, N_rank > | T_resulttype |
typedef T_resulttype | T_numtype |
Public Member Functions | |
ReduceMaxIndexVector () | |
ReduceMaxIndexVector (T_resulttype max) | |
bool | operator() (T_sourcetype x) |
bool | operator() (T_sourcetype x, const TinyVector< int, N_rank > &index) |
T_resulttype | result (int) |
void | reset () |
void | reset (T_resulttype) |
Static Public Member Functions | |
const char * | name () |
Static Public Attributes | |
const bool | canProvideInitialValue = false |
Protected Attributes | |
T_sourcetype | max_ |
TinyVector< int, N_rank > | index_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|