blitz Version 1.0.2
Loading...
Searching...
No Matches
blitz::ReduceMinIndex< P_sourcetype > Class Template Reference

#include <reduce.h>

Collaboration diagram for blitz::ReduceMinIndex< P_sourcetype >:
Collaboration graph

Public Types

typedef P_sourcetype T_sourcetype
 
typedef int T_resulttype
 
typedef T_resulttype T_numtype
 

Public Member Functions

 ReduceMinIndex ()
 
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 charname ()
 

Static Public Attributes

static const bool needIndex = true
 
static const bool needInit = false
 

Protected Attributes

T_sourcetype min_
 
T_resulttype index_
 

Member Typedef Documentation

◆ T_numtype

◆ T_resulttype

◆ T_sourcetype

Constructor & Destructor Documentation

◆ ReduceMinIndex()

template<typename P_sourcetype >
blitz::ReduceMinIndex< P_sourcetype >::ReduceMinIndex ( )
inline

Member Function Documentation

◆ name()

template<typename P_sourcetype >
static const char * blitz::ReduceMinIndex< P_sourcetype >::name ( )
inlinestatic

◆ operator()()

◆ reset()

◆ result()

Member Data Documentation

◆ index_

◆ min_

◆ needIndex

◆ needInit


The documentation for this class was generated from the following file: