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