#include <reduce.h>
Collaboration diagram for ReduceMinIndexVector< P_sourcetype, N >:
Public Types | |
typedef P_sourcetype | T_sourcetype |
typedef TinyVector< int, N > | T_resulttype |
typedef T_resulttype | T_numtype |
Public Member Functions | |
ReduceMinIndexVector () | |
ReduceMinIndexVector (T_resulttype min) | |
bool | operator() (T_sourcetype x) |
bool | operator() (T_sourcetype, int) |
bool | operator() (T_sourcetype x, const TinyVector< int, N > &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 | min_ |
TinyVector< int, N > | index_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|