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

Public Types | |
| typedef P_sourcetype | T_sourcetype |
| typedef TinyVector< int, N > | T_resulttype |
| typedef T_resulttype | T_numtype |
Public Member Functions | |
| ReduceMinIndexVector () | |
| 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 () |
Public Attributes | |
| static const bool | needInit = false |
Static Public Attributes | |
| static const bool | needIndex = true |
Protected Attributes | |
| T_sourcetype | min_ |
| T_resulttype | index_ |
| typedef T_resulttype ReduceMinIndexVector< P_sourcetype, N >::T_numtype |
| typedef TinyVector<int,N> ReduceMinIndexVector< P_sourcetype, N >::T_resulttype |
| typedef P_sourcetype ReduceMinIndexVector< P_sourcetype, N >::T_sourcetype |
| ReduceMinIndexVector< P_sourcetype, N >::ReduceMinIndexVector | ( | ) | [inline] |
| static const char* ReduceMinIndexVector< P_sourcetype, N >::name | ( | ) | [inline, static] |
| bool ReduceMinIndexVector< P_sourcetype, N >::operator() | ( | const T_sourcetype & | x, |
| const T_resulttype & | index | ||
| ) | const [inline] |
| void ReduceMinIndexVector< P_sourcetype, N >::reset | ( | const T_resulttype & | index | ) | const [inline] |
| T_resulttype ReduceMinIndexVector< P_sourcetype, N >::result | ( | const int | ) | const [inline] |
References ReduceMinIndexVector< P_sourcetype, N >::index_.
T_resulttype ReduceMinIndexVector< P_sourcetype, N >::index_ [mutable, protected] |
T_sourcetype ReduceMinIndexVector< P_sourcetype, N >::min_ [mutable, protected] |
const bool ReduceMinIndexVector< P_sourcetype, N >::needIndex = true [static] |
| const bool ReduceMinIndexVector< P_sourcetype, N >::needInit = false |