#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 | |
| static const char * | name () |
Static Public Attributes | |
| static const bool | canProvideInitialValue = false |
Protected Attributes | |
| T_sourcetype | max_ |
| TinyVector< int, N_rank > | index_ |
| typedef P_sourcetype ReduceMaxIndexVector< P_sourcetype, N_rank >::T_sourcetype |
| typedef TinyVector<int,N_rank> ReduceMaxIndexVector< P_sourcetype, N_rank >::T_resulttype |
| typedef T_resulttype ReduceMaxIndexVector< P_sourcetype, N_rank >::T_numtype |
| ReduceMaxIndexVector< P_sourcetype, N_rank >::ReduceMaxIndexVector | ( | ) | [inline] |
| ReduceMaxIndexVector< P_sourcetype, N_rank >::ReduceMaxIndexVector | ( | T_resulttype | max | ) | [inline] |
| bool ReduceMaxIndexVector< P_sourcetype, N_rank >::operator() | ( | T_sourcetype | x | ) | [inline] |
| bool ReduceMaxIndexVector< P_sourcetype, N_rank >::operator() | ( | T_sourcetype | x, | |
| const TinyVector< int, N_rank > & | index | |||
| ) | [inline] |
| T_resulttype ReduceMaxIndexVector< P_sourcetype, N_rank >::result | ( | int | ) | [inline] |
| void ReduceMaxIndexVector< P_sourcetype, N_rank >::reset | ( | ) | [inline] |
| void ReduceMaxIndexVector< P_sourcetype, N_rank >::reset | ( | T_resulttype | ) | [inline] |
| static const char* ReduceMaxIndexVector< P_sourcetype, N_rank >::name | ( | ) | [inline, static] |
const bool ReduceMaxIndexVector< P_sourcetype, N_rank >::canProvideInitialValue = false [static] |
T_sourcetype ReduceMaxIndexVector< P_sourcetype, N_rank >::max_ [protected] |
TinyVector<int,N_rank> ReduceMaxIndexVector< P_sourcetype, N_rank >::index_ [protected] |
1.5.2